remove unnecessary call

This commit is contained in:
einhorn_b 2021-09-23 13:39:41 +02:00
parent f08416fe8a
commit 97fc638775

View File

@ -15,8 +15,6 @@ const connection = async (): Promise<Connection> => {
synchronize: false, synchronize: false,
}) })
// await con.connect()
return con return con
} }