We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcbcdc commit 84419c0Copy full SHA for 84419c0
README.md
@@ -212,7 +212,7 @@ Here's an example that will get you started quickly. It listens to up to 3 accou
212
case 'event':
213
// Event received
214
console.log(
215
- `${subscription.topicName} - Handling ${event.payload.ChangeEventHeader.entityName} change event ` +
+ `${subscription.topicName} - Handling ${data.payload.ChangeEventHeader.entityName} change event ` +
216
`with ID ${data.replayId} ` +
217
`(${subscription.receivedEventCount}/${subscription.requestedEventCount} ` +
218
`events received so far)`
0 commit comments