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

Commit 9cb4d7f3 by Vladlen Committed by GitHub

fix(types): decapitalize queryGenerator property (#13126)

1 parent 3fd64cbd
Showing with 1 additions and 1 deletions
...@@ -288,7 +288,7 @@ export class QueryInterface { ...@@ -288,7 +288,7 @@ export class QueryInterface {
* *
* We don't have a definition for the QueryGenerator, because I doubt it is commonly in use separately. * We don't have a definition for the QueryGenerator, because I doubt it is commonly in use separately.
*/ */
public QueryGenerator: unknown; public queryGenerator: unknown;
/** /**
* Returns the current sequelize instance. * Returns the current sequelize instance.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!