harden media
This commit is contained in:
@@ -111,7 +111,7 @@ export class GetAllLeaguesWithCapacityAndScoringUseCase {
|
||||
});
|
||||
}
|
||||
|
||||
this.output.present({ leagues: enrichedLeagues });
|
||||
await this.output.present({ leagues: enrichedLeagues });
|
||||
|
||||
return Result.ok(undefined);
|
||||
} catch (error: unknown) {
|
||||
|
||||
Reference in New Issue
Block a user