inlife / nexrender

📹 Data-driven render automation for After Effects
https://www.nexrender.com
MIT License
1.62k stars 326 forks source link

Typo in the job init() Method. #938

Closed phlexib closed 11 months ago

phlexib commented 11 months ago

Describe the bug there's a typo in the job init Method at line 64. addicense instead of addLicense

Expected behavior Object.assign should correctly assign addLicense

Screenshots

Screenshot 2023-11-06 at 7 11 24 AM
inlife commented 11 months ago

Good catch, going to push a fix!

inlife commented 11 months ago

Actually, where did you find this? Current master has it set up correctly: https://github.com/inlife/nexrender/blob/master/packages/nexrender-core/src/index.js#L76

phlexib commented 11 months ago

I have @nexrender/core": "^1.43.0 installed

phlexib commented 11 months ago

Updated to 1.46.5 and it is indeed fixed.