mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 08:24:47 +00:00
linting
This commit is contained in:
parent
a3ae064654
commit
8b989b2cf2
@ -9,7 +9,7 @@ export default Discourse.Route.extend({
|
||||
.then(queries => {
|
||||
return {
|
||||
model: queries,
|
||||
group: group
|
||||
group
|
||||
};
|
||||
})
|
||||
.catch(() => {
|
||||
|
@ -9,7 +9,7 @@ export default Discourse.Route.extend({
|
||||
.then(response => {
|
||||
return {
|
||||
model: Object.assign({ params: {} }, response.query),
|
||||
group: group
|
||||
group
|
||||
};
|
||||
})
|
||||
.catch(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user