inlife/nexrender

Typo in the job init() Method.

phlexib opened this issue · 4 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

inlife commented

Good catch, going to push a fix!

inlife commented

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.