fix logout error message

This commit is contained in:
2023-07-17 19:23:29 +02:00
parent 59c315f6de
commit cdbdd59dd7

View File

@@ -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
}