Skip to content

Commit

Permalink
fixup-api
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Aug 24, 2018
1 parent 22d1d8e commit 49e54a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/models/deployment.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ export default Model.extend({

promote() {
assert('A deployment needs to requirePromotion to be promoted', this.get('requiresPromotion'));
this.store.adapterFor('deployment').promote(this);
return this.store.adapterFor('deployment').promote(this);
},
});

0 comments on commit 49e54a3

Please sign in to comment.