docs: change event payload handling in subscribers (#8078)
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user