Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Sep 18, 2024
1 parent 37b9794 commit f129c51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import moment from 'moment';
import { MigrationInterface, QueryRunner } from 'typeorm';
import config from '../src/config';
import { AppDataSource } from '../src/orm';
import moment from 'moment';
import { findProjectById } from '../src/repositories/projectRepository';
import { Project } from '../src/entities/project';
import { calculateGivbackFactor } from '../src/services/givbackService';
Expand Down Expand Up @@ -105,5 +105,5 @@ export class AddSponserDonationsToGivbackRound701726377580626
await refreshProjectActualMatchingView();
}

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

0 comments on commit f129c51

Please sign in to comment.