fix issues
This commit is contained in:
@@ -36,6 +36,7 @@ export class GetAllLeaguesWithCapacityUseCase {
|
||||
ApplicationErrorCode<GetAllLeaguesWithCapacityErrorCode, { message: string }>
|
||||
>
|
||||
> {
|
||||
void _input;
|
||||
try {
|
||||
const leagues = await this.leagueRepository.findAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user