linting
This commit is contained in:
@@ -37,7 +37,7 @@ export class ClearSessionUseCase {
|
||||
});
|
||||
}
|
||||
return result;
|
||||
} catch (error: any) {
|
||||
} catch (error) {
|
||||
this.logger.error('Error clearing user session.', error, {
|
||||
useCase: 'ClearSessionUseCase'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user