Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
marian2js committed Aug 2, 2023
1 parent ca090c4 commit cd1da33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/blockchain-listener/src/xmtp-listener.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export class XmtpListenerService {
const hookTriggerOutputs = {
id: outputs.id,
outputs: {
[workflowTrigger.id]: outputs,
trigger: outputs,
[workflowTrigger.id]: outputs as Record<string, any>,
trigger: outputs as Record<string, any>,
},
}

Expand Down

0 comments on commit cd1da33

Please sign in to comment.