Skip to content

Commit

Permalink
Merge pull request #130 from mansona/fix-ci
Browse files Browse the repository at this point in the history
fix ci for ember-try scenarios
  • Loading branch information
mansona authored Mar 9, 2020
2 parents df0bd25 + 858800f commit ce6ca66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/helpers/variation.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default Helper.extend({

if (!this._key) {
this._key = key;
// eslint-disable-next-line ember/no-observers
service.addObserver(key, this, 'recompute');
}

Expand All @@ -37,4 +38,3 @@ export default Helper.extend({
return this._super();
}
});

0 comments on commit ce6ca66

Please sign in to comment.