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 was archived by the owner on Apr 19, 2026. It is now read-only.
Gets below error every time doing Line webhook call because processMessage in linebot.js do not return Promise and doing error handling inside....
Fix
Just check if return value is valid.
app.js
or just delete '.catch(err => console.error(err));'