docs: change event payload handling in subscribers (#8078)

This commit is contained in:
Shahed Nasser
2024-07-11 13:34:24 +03:00
committed by GitHub
parent 143847ace4
commit 02add3f0f5
8 changed files with 33 additions and 11 deletions
@@ -269,7 +269,7 @@ export const workflowHighlights = [
createProductWorkflow(container)
.run({
input: {
productId: "data" in data ? data.data.id : data.id
productId: data.data.id
}
})
.then(() => {