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
Hi,
a quick typescript heads-up:
I think the return type of the sync() method on the SequelizeStore class should be a promise.
The sequelize docs show that syncing a model returns a promise here.
In line 71 of connect-session-sequelize.js, this promise is returned to the caller.
I'll open and link a PR.
The text was updated successfully, but these errors were encountered:
Hi,
a quick typescript heads-up:
I think the return type of the sync() method on the SequelizeStore class should be a promise.
The sequelize docs show that syncing a model returns a promise here.
In line 71 of connect-session-sequelize.js, this promise is returned to the caller.
I'll open and link a PR.
The text was updated successfully, but these errors were encountered: