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
I can see several calls to os.Exit (e.g. in webhooks.go when marshalling a JSON payload). os.Exit should never be called for this library to be usable in a server.
Possible fixes:
Let the error bubble up (preferred, in my opinion)