From 2799a87b3b43ab77e3fbc7869721d9229f9a4ed1 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 {