mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 16:34:47 +00:00
minor linting
This commit is contained in:
parent
8b989b2cf2
commit
e9e309e271
@ -12,9 +12,7 @@ export default Discourse.Route.extend({
|
||||
group
|
||||
};
|
||||
})
|
||||
.catch(() => {
|
||||
this.transitionTo("group.members", group);
|
||||
});
|
||||
.catch(() => this.transitionTo("group.members", group));
|
||||
},
|
||||
|
||||
afterModel(model) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user