mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
fix logout error message
This commit is contained in:
@@ -28,7 +28,7 @@ export class LogoutHandler implements ICommandHandler<LogoutCommand> {
|
||||
|
||||
return null
|
||||
} catch (e) {
|
||||
this.logger.log(`Decoding error: ${e}`)
|
||||
this.logger.error(`Decoding error: ${e}`)
|
||||
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user