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 Aug 29, 2018. It is now read-only.
is there a reason why you are not passing the error done the verify done function?
I would like to check if the error is a SQL timeout or not so I can send the correct response code.
thanks :)
.catch(error => { debug(Error populating ${this.options.entity} with id ${id}, error); return done(error, {}, payload); }); }
The text was updated successfully, but these errors were encountered:
cladjules
changed the title
Get error in verify
Get error in custom verify
Nov 28, 2017
Hi there,
is there a reason why you are not passing the error done the verify done function?
I would like to check if the error is a SQL timeout or not so I can send the correct response code.
thanks :)
.catch(error => { debug(
Error populating ${this.options.entity} with id ${id}, error); return done(error, {}, payload); }); }
The text was updated successfully, but these errors were encountered: