mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 16:41:08 +08:00
DEV: Consistently use kebab-case in service lookups (#24552)
This commit is contained in:
@ -57,7 +57,7 @@ module(
|
||||
currentUserMembership: { following: true },
|
||||
meta: { can_join_chat_channel: false },
|
||||
});
|
||||
this.appEvents = this.container.lookup("service:appEvents");
|
||||
this.appEvents = this.container.lookup("service:app-events");
|
||||
});
|
||||
|
||||
test("it shows status on mentions", async function (assert) {
|
||||
|
Reference in New Issue
Block a user