Skip to content

Commit 756067f

Browse files
author
Chris Moultrie
committed
Merge branch 'master' of github.com:steves/node-jira
2 parents 02e864f + be11479 commit 756067f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jira.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
857857
return;
858858
}
859859

860-
if (response.statusCode === 200) {
860+
if (response.statusCode === 200 || response.statusCode === 204) {
861861
callback(null, "Success");
862862
return;
863863
}

0 commit comments

Comments
 (0)