Skip to content

Commit 2ccc4f5

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ setImmediate(async () => {
111111
for (const data of membersToFix) {
112112
try {
113113
if (data.attributes) {
114-
log.debug({ memberId: data.id }, 'Processing member attributes')
114+
log.debug(
115+
{ memberId: data.id, oldAttributes: data.attributes },
116+
'Processing member attributes',
117+
)
115118

116119
// check if any has default empty but other are full
117120
let process = false

0 commit comments

Comments
 (0)