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 {