mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed linting
This commit is contained in:
parent
e87af158be
commit
a52f6b4040
@ -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')) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user