connect-session-sequelize icon indicating copy to clipboard operation
connect-session-sequelize copied to clipboard

TS return type of the sync() method changed to promise

Open Jupp56 opened this issue 1 year ago • 0 comments

See #152 for more info. I used "unknown" since I do not think I'll need to export the whole model to the user.

Another possible solution more in line with the rest of the code base would probably be a callback that is called once the promise returns. That would be a code change, not just a change of the description file, though.

Jupp56 avatar Sep 30 '24 08:09 Jupp56