From 0198b545c91b1f8dd139c3013a46faf787264304 Mon Sep 17 00:00:00 2001 From: natib21 Date: Tue, 16 Jun 2026 06:35:51 +0000 Subject: [PATCH] fix --- .../src/migrations/1718549400000-FixOrphanedRouteMilestones.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-api/src/migrations/1718549400000-FixOrphanedRouteMilestones.ts b/apps/edr-freight-api/src/migrations/1718549400000-FixOrphanedRouteMilestones.ts index cc8768868..d2aa22e8c 100644 --- a/apps/edr-freight-api/src/migrations/1718549400000-FixOrphanedRouteMilestones.ts +++ b/apps/edr-freight-api/src/migrations/1718549400000-FixOrphanedRouteMilestones.ts @@ -13,7 +13,7 @@ export class FixOrphanedRouteMilestones1718549400000 implements MigrationInterfa console.log('✅ Cleaned up orphaned route_milestones records'); } - public async down(queryRunner: QueryRunner): Promise { + public async down(_queryRunner: QueryRunner): Promise { // No rollback needed for data cleanup } }