mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
This commit is contained in:
parent
f6fe07356f
commit
94ebf2ac5a
@ -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 New Issue
Block a user