Skip to content
Snippets Groups Projects
Commit afcf9432 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

minor fix

parent 5fe16162
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ export default class FolderRoute extends Route {
@service store;
async model(params) {
this.store.findAll('folder');
return this.store.findAll('folder');
}
}
......@@ -6,6 +6,6 @@ export default class IndexRoute extends Route {
@service store;
async model() {
this.store.findAll('folder');
return this.store.findAll('folder');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment