1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-15 02:35:08 +02:00
tamaina
2021-09-12 00:47:34 +09:00
parent f6fe07356f
commit 94ebf2ac5a

View File

@@ -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,