mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-14 03:53:52 +01:00
This commit is contained in:
parent
59580e9093
commit
36e86bbca7
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ export async function initTestDb(justBorrow = false, initEntities?: any[]) {
|
|||
await conn.close();
|
||||
} catch (e) {}
|
||||
|
||||
return createConnection({
|
||||
return await createConnection({
|
||||
type: 'postgres',
|
||||
host: config.db.host,
|
||||
port: config.db.port,
|
||||
|
|
Loading…
Reference in a new issue