fix issues
This commit is contained in:
@@ -53,6 +53,7 @@ export class GetTeamsLeaderboardUseCase {
|
||||
async execute(
|
||||
_input: GetTeamsLeaderboardInput,
|
||||
): Promise<Result<void, ApplicationErrorCode<GetTeamsLeaderboardErrorCode, { message: string }>>> {
|
||||
void _input;
|
||||
try {
|
||||
const allTeams = await this.teamRepository.findAll();
|
||||
const items: TeamLeaderboardItem[] = [];
|
||||
|
||||
Reference in New Issue
Block a user