Skip to content

Commit

Permalink
fix(core/execution) fix wrong parameter passed to getExectionsForConf…
Browse files Browse the repository at this point in the history
…igIds (#5171)
  • Loading branch information
amanya authored and anotherchrisberry committed Apr 13, 2018
1 parent 0470561 commit 3affdc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ module.exports = angular

this.getPipelineExecutions = () => {
executionService
.getExecutionsForConfigIds($scope.pipeline.id, {
.getExecutionsForConfigIds([$scope.pipeline.id], {
limit: 5,
transform: true,
application: $scope.pipeline.application,
Expand Down

0 comments on commit 3affdc7

Please sign in to comment.