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