minor linting

This commit is contained in:
Joffrey JAFFEUX 2019-09-11 10:52:40 -05:00
parent 8b989b2cf2
commit e9e309e271
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ export default Discourse.Route.extend({
group
};
})
.catch(() => {
this.transitionTo("group.members", group);
});
.catch(() => this.transitionTo("group.members", group));
},
afterModel(model) {