google-chat-samples icon indicating copy to clipboard operation
google-chat-samples copied to clipboard

Google Node JS chat issue

Open umeshEtelligense opened this issue 3 years ago • 1 comments

/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) `

umeshEtelligense avatar May 18 '22 14:05 umeshEtelligense

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. image

shuklabhisekh avatar Mar 30 '23 18:03 shuklabhisekh