diff --git a/backend/src/db/migrations/20250723220500_remove-srp.ts b/backend/src/db/migrations/20250723220500_remove-srp.ts index 0c6ebd35e..4eb93e86a 100644 --- a/backend/src/db/migrations/20250723220500_remove-srp.ts +++ b/backend/src/db/migrations/20250723220500_remove-srp.ts @@ -13,6 +13,6 @@ export async function up(knex: Knex): Promise { }); } -export async function down(knex: Knex): Promise { +export async function down(): Promise { // do nothing for now to avoid breaking down migrations }