mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Ember linting - disallow Ember.* variable usage (#8782)
This commit is contained in:
committed by
GitHub
parent
88779d849f
commit
499b57a9ed
@@ -1,4 +1,6 @@
|
||||
export default Ember.Route.extend({
|
||||
import Route from "@ember/routing/route";
|
||||
|
||||
export default Route.extend({
|
||||
model(params) {
|
||||
return this.store.find("api-key", params.api_key_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user