We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5e99c commit 9d041f7Copy full SHA for 9d041f7
1 file changed
github.js
@@ -563,6 +563,7 @@
563
};
564
delPath += "?message=" + encodeURIComponent(params.message);
565
delPath += "&sha=" + encodeURIComponent(params.sha);
566
+ delPath += '&branch=' + encodeURIComponent(branch);
567
_request("DELETE", delPath, null, cb);
568
})
569
}
0 commit comments