diff --git a/backend/src/apis/KlicktippController.ts b/backend/src/apis/KlicktippController.ts index 15f29359b..ea6a8e47c 100644 --- a/backend/src/apis/KlicktippController.ts +++ b/backend/src/apis/KlicktippController.ts @@ -74,7 +74,7 @@ export const addFieldsToSubscriber = async ( newsmsnumber, ) } catch (e) { - logger.error('Could not update subscriber', email, JSON.stringify(fields), e) + logger.error('Could not update subscriber', email, fields, e) return false } }