Skip to content

Commit a2c74af

Browse files
committed
updates
1 parent 8b8f024 commit a2c74af

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

components/apify/actions/run-actor/run-actor.mjs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,12 @@ export default {
231231
maxTotalChargeUsd,
232232
waitForFinish,
233233
webhooks: webhook
234-
? {
235-
eventTypes,
236-
requestUrl: webhook,
237-
}
234+
? btoa(JSON.stringify([
235+
{
236+
eventTypes,
237+
requestUrl: webhook,
238+
},
239+
]))
238240
: undefined,
239241
},
240242
});

0 commit comments

Comments
 (0)