Skip to content

Commit 5514832

Browse files
committed
reponse.body was not returned but should
1 parent d8abc62 commit 5514832

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
@@ -632,7 +632,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
632632
return;
633633
}
634634

635-
callback(null);
635+
callback(null, response.body);
636636

637637
});
638638
}

0 commit comments

Comments
 (0)