aacerox / node-rest-client

REST API client from node.js
MIT License
376 stars 132 forks source link

Result is not defined in nrc-parser-manager #203

Open nishant-dani opened 5 years ago

nishant-dani commented 5 years ago

In the file nrc-parser-manager ; while running jest I get the following error on line 21; result is not defined. There is no let or var declaration of result.

result = validateProperties(parser,["name:string","parse:function","isDefault:boolean"]);

SaptatirthaChoudhury commented 1 year ago

The variable declared the result on line no 21 is supposed to be const. I am sending PR please review it @nishant-dani