From cfb0d7a61a74e609bf30a6ba5b2c8a6fe07fc281 Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 19 May 2023 16:09:17 +0200 Subject: [PATCH] Remove jsonstringify. --- backend/src/apis/KlicktippController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }