Skip to content

Commit

Permalink
🚨 Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Mar 6, 2024
1 parent 09f8137 commit 2bd9947
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ozone/src/daemon/event-pusher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,13 @@ export class EventPusher {
lastAttempted: null,
}),
)
.returning(['id', 'subjectDid', 'subjectUri', 'subjectBlobCid', 'eventType'])
.returning([
'id',
'subjectDid',
'subjectUri',
'subjectBlobCid',
'eventType',
])
.execute()
}
}

0 comments on commit 2bd9947

Please sign in to comment.