We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4f6e7 commit 772f883Copy full SHA for 772f883
lib/mixins/fetchable.js
@@ -13,7 +13,7 @@ mustache.escape = v => v;
13
module.exports = (superclass) => class extends superclass {
14
getUrl(options) {
15
if (this.pr.processor == "bikeshed") {
16
- return this.getBikeshedUrl(options);
+ return { method: "post", url: this.getBikeshedUrl(options) };
17
}
18
19
if (this.pr.processor == "respec") {
0 commit comments