fix(syncing-server): error log on email backup requested

This commit is contained in:
Karol Sójko 2023-10-06 15:44:06 +02:00
parent f6cdb7916c
commit a6a19a391e
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -48,7 +48,9 @@ export class EmailBackupRequestedEventHandler implements DomainEventHandlerInter
})
} catch (error) {
this.logger.error(
`Could not get user key params from auth service for user ${event.payload.userUuid}: ${JSON.stringify(error)}`,
`Could not get user key params from auth service for user ${event.payload.userUuid}: ${
(error as Error).message
}`,
)
return