mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
make eslint happy
This commit is contained in:
parent
15c229195f
commit
33181c7152
@ -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…
Reference in New Issue
Block a user