Skip to content

Commit

Permalink
chore: underscore before unused variable in add_endaoment_project_ban…
Browse files Browse the repository at this point in the history
…ners
  • Loading branch information
HrithikSampson committed Sep 11, 2024
1 parent 5037885 commit 1954f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/1726069430594-add_endaoment_project_banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class AddEndaomentProjectBanners1726069430594
}
}

public async down(queryRunner: QueryRunner): Promise<void> {
public async down(_queryRunner: QueryRunner): Promise<void> {
// No down migration
}
}

0 comments on commit 1954f6e

Please sign in to comment.