node-rest-client icon indicating copy to clipboard operation
node-rest-client copied to clipboard

Result is not defined in nrc-parser-manager

Open nishant-dani opened this issue 6 years ago • 1 comments

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"]);

nishant-dani avatar Jun 23 '19 17:06 nishant-dani

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

SaptatirthaChoudhury avatar May 22 '23 14:05 SaptatirthaChoudhury