Skip to content

Commit

Permalink
fix(stats): do not load on test
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Dec 27, 2023
1 parent 1663822 commit 8a1c491
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 192 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class ManualMigration1703081808851 implements MigrationInterface {
//
}

private counteMigratedStats(): Promise<number> {
private async counteMigratedStats(): Promise<number> {
return usagerHistoryRepository.countBy({ migrated: false });
}
}
Loading

0 comments on commit 8a1c491

Please sign in to comment.