Update backend/src/typeorm/getDBVersion.ts

Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
This commit is contained in:
Ulf Gebhardt 2021-10-11 12:09:06 +02:00
parent 7e33f74be1
commit 6cc46bf2d4
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,4 +1,4 @@
import { Migration } from "@entity/Migration"
import { Migration } from '@entity/Migration'
const getDBVersion = async (): Promise<string | null> => {
try {