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