formatting

This commit is contained in:
2020-11-27 18:28:42 +01:00
parent 63635956ce
commit f7d7f5e75f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import {createConnection} from "typeorm";
import { createConnection } from "typeorm";
export default async ()=> {
export default async () => {
const connection = await createConnection();
connection.synchronize();
return connection;