inlife / nexrender

📹 Data-driven render automation for After Effects

Home Page:https://www.nexrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in the job init() Method.

phlexib opened this issue · comments

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

Good catch, going to push a fix!

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

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

Updated to 1.46.5 and it is indeed fixed.