fix issues
This commit is contained in:
@@ -33,6 +33,7 @@ export class GetAllRacesUseCase {
|
||||
async execute(
|
||||
_input: GetAllRacesInput,
|
||||
): Promise<Result<void, ApplicationErrorCode<GetAllRacesErrorCode, { message: string }>>> {
|
||||
void _input;
|
||||
this.logger.debug('Executing GetAllRacesUseCase');
|
||||
try {
|
||||
const races = await this.raceRepository.findAll();
|
||||
|
||||
Reference in New Issue
Block a user