diff --git a/lib/mixins/fetchable.js b/lib/mixins/fetchable.js index 595ab73..8a351ed 100644 --- a/lib/mixins/fetchable.js +++ b/lib/mixins/fetchable.js @@ -13,7 +13,7 @@ mustache.escape = v => v; module.exports = (superclass) => class extends superclass { getUrl(options) { if (this.pr.processor == "bikeshed") { - return this.getBikeshedUrl(options); + return { method: "post", url: this.getBikeshedUrl(options) }; } if (this.pr.processor == "respec") {