Skip to content

Commit

Permalink
[myax] Add fail_webhook_url
Browse files Browse the repository at this point in the history
only relevant for instant generations
  • Loading branch information
michael-k committed Oct 18, 2017
1 parent d23a15a commit 0fc39c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/myax.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const MyAx = function (fetch, baseUrl, token) {
uses_published_training: collection.uses_published_training,
webhook_secret: collection.webhook_secret,
webhook_url: collection.webhook_url,
fail_webhook_url: collection.fail_webhook_url,
flags: collection.flags
})
},
Expand Down

0 comments on commit 0fc39c0

Please sign in to comment.