Skip to content

Commit 0658c1e

Browse files
PunkChameleonlucasvo-taulia
authored andcommitted
listTransitions fix
1 parent 9b31d73 commit 0658c1e

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
@@ -1252,7 +1252,7 @@ var JiraApi = exports.JiraApi = function(protocol, host, port, username, passwor
12521252
}
12531253

12541254
if (response.statusCode === 200) {
1255-
callback(null, body.transitions);
1255+
callback(null, body);
12561256
return;
12571257
}
12581258
if (response.statusCode === 404) {

0 commit comments

Comments
 (0)