fix crash due to typo in postgres.ts
This commit is contained in:
parent
deff0c0f49
commit
e3a582b9ba
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ class TypeORMLogger implements Logger {
|
|||
dbLogger: MisskeyLogger,
|
||||
) {
|
||||
this.sqlLogger = dbLogger.createSubLogger('sql', 'gray');
|
||||
this.sqlLogger.createSubLogger('migrate');
|
||||
this.sqlLogger.createSubLogger('schema');
|
||||
this.sqlMigrateLogger = this.sqlLogger.createSubLogger('migrate');
|
||||
this.sqlSchemaLogger = this.sqlLogger.createSubLogger('schema');
|
||||
}
|
||||
|
||||
@bindThis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue