不要怂,就是干,撸起袖子干!

Commit a421c354 by Andrey Goncharov Committed by Sushant

fix(typings): sequelize.close returns promise (#10639)

1 parent 96f5b0e9
Showing with 1 additions and 1 deletions
...@@ -1252,7 +1252,7 @@ export class Sequelize extends Hooks { ...@@ -1252,7 +1252,7 @@ export class Sequelize extends Hooks {
* Normally this is done on process exit, so you only need to call this method if you are creating multiple * Normally this is done on process exit, so you only need to call this method if you are creating multiple
* instances, and want to garbage collect some of them. * instances, and want to garbage collect some of them.
*/ */
public close(): void; public close(): Promise<void>;
/** /**
* Returns the database version * Returns the database version
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!