linting
This commit is contained in:
@@ -32,7 +32,7 @@ export class GetTeamsLeaderboardUseCase
|
||||
|
||||
async execute(_input: void, presenter: ITeamsLeaderboardPresenter): Promise<void> {
|
||||
const allTeams = await this.teamRepository.findAll();
|
||||
const teams: any[] = [];
|
||||
const teams: unknown[] = [];
|
||||
|
||||
await Promise.all(
|
||||
allTeams.map(async (team) => {
|
||||
|
||||
Reference in New Issue
Block a user