Skip to content

Commit

Permalink
Merge pull request #1160 from NYCPlanning/wmg/array-fix
Browse files Browse the repository at this point in the history
Keep derive EmberArray proxy instead of degrading
  • Loading branch information
TylerMatteo authored Dec 6, 2023
2 parents 4eab32e + f816f68 commit 35ea45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export default Route.extend({
store: service(),
model() {
const sources = this.store.peekAll('source');
return sources.toArray().uniqBy('meta.description');
return sources.uniqBy('meta.description');
},
});

0 comments on commit 35ea45b

Please sign in to comment.