Skip to content

Commit

Permalink
Update services/cirrus/cirrus.service.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Fedor Korotkov <[email protected]>
  • Loading branch information
RDIL and fkorotkov authored Jun 15, 2019
1 parent 61339ea commit c055f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cirrus/cirrus.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ module.exports = class Cirrus extends BaseJsonService {
options: { qs: { branch, script, task } },
})

return this.constructor.render({ status: json.status })
return this.constructor.render(json)
}
}

0 comments on commit c055f08

Please sign in to comment.