mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
make eslint happy
This commit is contained in:
parent
15c229195f
commit
33181c7152
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default createPMRoute('groups', 'private-messages-groups').extend({
|
|||
const groupName = _.last(model.get("filter").split('/'));
|
||||
Group.findAll().then(groups => {
|
||||
const group = _.first(groups.filterBy("name", groupName));
|
||||
this.controllerFor("user-topics-list").set("group", group)
|
||||
this.controllerFor("user-topics-list").set("group", group);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue