From 6cc46bf2d4d67713129a0b076e75071b90ed8aac Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 11 Oct 2021 12:09:06 +0200 Subject: [PATCH] Update backend/src/typeorm/getDBVersion.ts Co-authored-by: einhornimmond --- backend/src/typeorm/getDBVersion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/typeorm/getDBVersion.ts b/backend/src/typeorm/getDBVersion.ts index 502109fde..104ac124c 100644 --- a/backend/src/typeorm/getDBVersion.ts +++ b/backend/src/typeorm/getDBVersion.ts @@ -1,4 +1,4 @@ -import { Migration } from "@entity/Migration" +import { Migration } from '@entity/Migration' const getDBVersion = async (): Promise => { try {