lokalise/node-lokalise-api

Wrong member name, must be elementClass

xperiments opened this issue · 1 comments

begin working with the api, get this error:

"UnhandledPromiseRejectionWarning: TypeError: childClass.elementClass is not a constructor"

I think is a typo error.

protected static memberClass: Object = File;

needs to be:

protected static elementClass: Object = File;

Thank you!