Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Aug 19, 2024
1 parent 2f246fe commit be7b2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export class UpdateBaseAddressOfEndaomentProjects1724067829181
`);
}

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

0 comments on commit be7b2d7

Please sign in to comment.