mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Remove jsonstringify.
This commit is contained in:
parent
5de921f4f3
commit
cfb0d7a61a
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user