Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Jul 22, 2024
1 parent 4b00b3c commit 937ad72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ export class AddSponserDonationsToGivbackRound651720771952062
await updateUserTotalDonated(user.id);
await updateUserTotalReceived(project.adminUser?.id);
await updateProjectStatistics(tx.projectId as number);

}

}

async down(_queryRunner: QueryRunner): Promise<void> {
Expand Down

0 comments on commit 937ad72

Please sign in to comment.