fix issues
This commit is contained in:
@@ -39,6 +39,7 @@ export class GetAllTeamsUseCase {
|
||||
async execute(
|
||||
_input: GetAllTeamsInput = {},
|
||||
): Promise<Result<void, ApplicationErrorCode<GetAllTeamsErrorCode, { message: string }>>> {
|
||||
void _input;
|
||||
this.logger.debug('Executing GetAllTeamsUseCase');
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user