Skip to content

Commit b2d6dd2

Browse files
committed
chore: fixed small issues
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 074e003 commit b2d6dd2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

services/apps/data_sink_worker/src/bin/fix-member-attributes.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,7 @@ setImmediate(async () => {
208208
}
209209

210210
if (attributes) {
211-
log.info(
212-
{ memberId: data.id, oldAttributes, attributes },
213-
'Updating member attributes',
214-
)
211+
log.info({ memberId: data.id }, 'Updating member attributes')
215212

216213
if (!process.env.TEST_RUN) {
217214
await updateMember(pgQx, data.id, { attributes } as any)

0 commit comments

Comments
 (0)