don't expose klicktipp errors

This commit is contained in:
Ulf Gebhardt 2023-02-02 01:58:52 +01:00
parent 09ac97faba
commit be53d6bbe0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -494,7 +494,7 @@ export class UserResolver {
`klicktippSignIn(${userContact.email}, ${user.language}, ${user.firstName}, ${user.lastName})`,
)
} catch (e) {
logger.error(`Error subscribe to klicktipp: ${e}`, e)
logger.error('Error subscribing to klicktipp', e)
// TODO is this a problem?
// eslint-disable-next-line no-console
/* uncomment this, when you need the activation link on the console