From 97fc638775eac0e64e50990234d04442cfbd1bfe Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Thu, 23 Sep 2021 13:39:41 +0200 Subject: [PATCH] remove unnecessary call --- backend/src/typeorm/connection.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/typeorm/connection.ts b/backend/src/typeorm/connection.ts index f954593ad..b108c5ef5 100644 --- a/backend/src/typeorm/connection.ts +++ b/backend/src/typeorm/connection.ts @@ -15,8 +15,6 @@ const connection = async (): Promise => { synchronize: false, }) - // await con.connect() - return con }