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 e6df7e6 commit 3475a34Copy full SHA for 3475a34
src/app.js
@@ -54,7 +54,7 @@ const dataHandler = async (messageSet, topic, partition) => Promise.each(message
54
throw new Error(`Invalid topic: ${topic}`)
55
}
56
} else {
57
- const challengeId = get(message, 'payload.challengeId')
+ const challengeId = get(messageJSON, 'payload.challengeId')
58
if (isNil(challengeId)) {
59
throw new Error(`Challenge ID ${challengeId} is null, will not queue to retry`)
60
0 commit comments