Skip to content

Commit

Permalink
fix: Passport opened has a receiver_id (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Szuchet <31735779+kevinszuchet@users.noreply.github.com>
  • Loading branch information
kevinszuchet authored Sep 17, 2024
1 parent 027cc46 commit 8f7cce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/event-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function parseExplorerClientEvent(event: any): Event | undefined {
timestamp: event.sentAt,
realm: event.context.realm,
passport: {
receiver: event.properties.receiver
receiver: event.properties.receiver_id
}
}
} as PassportOpenedEvent
Expand Down

0 comments on commit 8f7cce6

Please sign in to comment.