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 Aug 16, 2023. It is now read-only.
So i know i could do
module.exports.googleHandler = googleActionApp
But i want to explicitly handle the call myself, so i could do something before the response is sent. Something like this:
I could see my handler's first method is starting to get called, but it always exits pre-maturally. Any suggestions?
Basically i want to flush logging before exit, if anyone know how to have a response middleware, it'll do the job too.
The text was updated successfully, but these errors were encountered: