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
Argument of type 'Bluebird<{}>' is not assignable to parameter of type 'Promise<{}>'.
Property '[Symbol.toStringTag]' is missing in type 'Bluebird<{}>'.
The text was updated successfully, but these errors were encountered:
I had this problem too. Currently await-to-js only supports "real Promises", but async / await accepts any function that returns an object with .then and .catch defined. This could be solved by changing the type description to accept all functions with .then and .catch defined, I guess. @scopsy, do you agree?
I'm using sequelizejs
err:
The text was updated successfully, but these errors were encountered: