InsugarTrading icon indicating copy to clipboard operation
InsugarTrading copied to clipboard

Error when trying to load script

Open TheBladeRoden opened this issue 4 years ago • 1 comments

SyntaxError: expected expression, got '?'[Learn More] InsugarTrading.js:91:54

return goodId in (InsugarTrading.data[bankLevel] ?? []);

TheBladeRoden avatar Apr 23 '21 23:04 TheBladeRoden

Without more context, it seems that you are using an older browser that does not support the nullish coalescing operator. What browser are you using?

staticvariablejames avatar Apr 25 '21 20:04 staticvariablejames