From 553f32b482a7a9662c9df76da7fcd2ce9fc23b0f Mon Sep 17 00:00:00 2001 From: Meriem-BM Date: Sun, 1 Sep 2024 14:01:54 +0100 Subject: [PATCH] eslint error --- migration/1725188424424-UniqueProjectAdressWithMomoForStellar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/migration/1725188424424-UniqueProjectAdressWithMomoForStellar.ts b/migration/1725188424424-UniqueProjectAdressWithMomoForStellar.ts index dedbd110c..53c6aa47b 100644 --- a/migration/1725188424424-UniqueProjectAdressWithMomoForStellar.ts +++ b/migration/1725188424424-UniqueProjectAdressWithMomoForStellar.ts @@ -9,7 +9,6 @@ export class UniqueProjectAdressWithMomoForStellar1725188424424 ON project_address (address, memo) WHERE "chainType" = 'STELLAR'; `); - } public async down(queryRunner: QueryRunner): Promise {