1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Fixed linting

This commit is contained in:
Kevin Ansfield 2019-02-25 19:41:56 +07:00
parent c405f5c351
commit ff89502f09
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