Skip to content

Commit 9be56e2

Browse files
committed
fix: bugfix
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent bfda5ec commit 9be56e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

services/apps/data_sink_worker/src/service/activity.service.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,10 @@ export default class ActivityService extends LoggerBase {
434434

435435
let relevantPayloads = payloads.filter((p) => {
436436
if (!p.activity) {
437-
this.log.warn({ platform: p.platform }, 'Activity data is missing, skipping and marking as processed.')
437+
this.log.warn(
438+
{ platform: p.platform },
439+
'Activity data is missing, skipping and marking as processed.',
440+
)
438441
resultMap.set(p.resultId, { success: true })
439442
return false
440443
}

0 commit comments

Comments
 (0)