fix issues
This commit is contained in:
@@ -42,6 +42,7 @@ export class GetAllRacesPageDataUseCase {
|
||||
async execute(
|
||||
_input: GetAllRacesPageDataInput,
|
||||
): Promise<Result<void, ApplicationErrorCode<GetAllRacesPageDataErrorCode, { message: string }>>> {
|
||||
void _input;
|
||||
this.logger.debug('Executing GetAllRacesPageDataUseCase');
|
||||
try {
|
||||
const [allRaces, allLeagues] = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user