Fixed linting

This commit is contained in:
Kevin Ansfield 2019-02-25 19:41:56 +07:00
parent e87af158be
commit a52f6b4040
2 changed files with 1 additions and 2 deletions

View File

@ -177,7 +177,7 @@ export default Controller.extend(ValidationEngine, {
_afterAuthentication(result) {
// fetch settings and private config for synchronous access before transitioning
let fetchSettingsAndConfig = RSVP.all([
this.get('settings').fetch(),
this.get('settings').fetch()
]);
if (this.get('profileImage')) {

View File

@ -1,6 +1,5 @@
import Ember from 'ember';
import Service, {inject as service} from '@ember/service';
import {assign} from '@ember/polyfills';
import {computed} from '@ember/object';
// ember-cli-shims doesn't export _ProxyMixin