You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
In handler.js you are using a mixture of ES5 and ES6. Eg
ES6 arrow function
ES5 function
For consistency I would suggest picking one and sticking with it. In the back end use ES6 where possible 👍
The text was updated successfully, but these errors were encountered: