google-chat-samples
google-chat-samples copied to clipboard
Google Node JS chat issue
/var/www/html/hangouts-chat-samples/node/accounts-bot/index.js While use npm run lint we are getting below error.
`> [email protected] lint
eslint **/*.js
/var/www/html/hangouts-chat-samples/node/accounts-bot/index.js 13:40 error Parsing error: Unexpected token =>
✖ 1 problem (1 error, 0 warnings) `
Hey, I've created a PR for the above issue and tried to fix it. Please review it and let me know if I've to change something.
- Link of PR : https://github.com/googleworkspace/google-chat-samples/pull/199
- Below is the image of my terminal after solving the above issue and running npm run lint.