Skip to content

Commit a7a3851

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ setImmediate(async () => {
196196
log.debug({ memberId: data.id }, 'Attributes changed, will update')
197197
} else {
198198
log.debug(
199-
{ memberId: data.id, newAttributes: temp },
199+
{ memberId: data.id, newAttributes: temp, oldAttributes },
200200
'No changes needed for attributes',
201201
)
202202
}

0 commit comments

Comments
 (0)