SyntaxError: Unexpected identifier API key
stickerx opened this issue · 4 comments
stickerx commented
I placed API key for each account in config.js
quer commented
i think you did not read the last part of my comment on
#17
Where you need to remeber to add the "," at the end of the line above it.
quer commented
remove ","
stickerx commented
where should add the ","
quer commented
in the call stack on the image you send, you can see it die's in "config.js"
where you line "apikey" need the , on the line above.
config.push({
steam_user: "**",
steam_pass: "**",
sharedSecret: "**",
apiKey: "**"
});
above is how it shoud be, see the ,
at the end of the sharedSecret line