Skip to content

Commit 0fc39c0

Browse files
committed
[myax] Add fail_webhook_url
only relevant for instant generations
1 parent d23a15a commit 0fc39c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/myax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const MyAx = function (fetch, baseUrl, token) {
6060
uses_published_training: collection.uses_published_training,
6161
webhook_secret: collection.webhook_secret,
6262
webhook_url: collection.webhook_url,
63+
fail_webhook_url: collection.fail_webhook_url,
6364
flags: collection.flags
6465
})
6566
},

0 commit comments

Comments
 (0)