FIX: Linting

This commit is contained in:
Robin Ward
2019-10-29 13:31:44 -04:00
parent 230541c975
commit 356e2a4b4a
62 changed files with 66 additions and 66 deletions

View File

@ -1,4 +1,4 @@
import { inject as service } from '@ember/service';
import { inject as service } from "@ember/service";
import Controller from "@ember/controller";
import { ajax } from "discourse/lib/ajax";
import CanCheckEmails from "discourse/mixins/can-check-emails";