From deff7c94649212d2210ed78f65c2ccc377cbb975 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 24 Jun 2024 19:19:52 +0100 Subject: [PATCH] refactor: Add missing comma in SchemaMigrations/Index.ts --- CommonServer/Infrastructure/Postgres/SchemaMigrations/Index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonServer/Infrastructure/Postgres/SchemaMigrations/Index.ts b/CommonServer/Infrastructure/Postgres/SchemaMigrations/Index.ts index fd5712eecc..c70cb39480 100644 --- a/CommonServer/Infrastructure/Postgres/SchemaMigrations/Index.ts +++ b/CommonServer/Infrastructure/Postgres/SchemaMigrations/Index.ts @@ -39,5 +39,5 @@ export default [ MigrationName1718879960254, MigrationName1719227548476, MigrationName1719228104620, - MigrationName1719247426296 + MigrationName1719247426296, ];