We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb62292 commit f98e0ccCopy full SHA for f98e0cc
GitGitGadget/index.js
@@ -56,7 +56,7 @@ const triggerAzurePipeline = async (token, organization, project, buildDefinitio
56
};
57
58
return new Promise((resolve, reject) => {
59
- const handleResponse = (res, err) => {
+ const handleResponse = (res) => {
60
res.setEncoding('utf8');
61
var response = '';
62
res.on('data', (chunk) => {
0 commit comments