mikaelvesavuori / figmagic

Figmagic is the missing piece between DevOps and design: Generate design tokens, export graphics, and extract design token-driven React components from your Figma documents.
https://docs.figmagic.com
MIT License
807 stars 71 forks source link

url parameter is empty if taken from config file #170

Closed ivkrpv closed 1 year ago

ivkrpv commented 1 year ago

The problem is in this line:

https://github.com/mikaelvesavuori/figmagic/blob/9673f0d4867859a0759ce2ae34626aafa42c42de/bin/entities/Config/logic/createConfiguration.ts#L109

the value is not returned, probably a typo after the refactoring commit.

mikaelvesavuori commented 1 year ago

Very good catch! Sorry about that miss.

I am pushing this now.

mikaelvesavuori commented 1 year ago

Done: https://github.com/mikaelvesavuori/figmagic/releases/tag/v4.5.4

Thanks for reporting!