Skip to content

Commit 78ec0fc

Browse files
committed
search: Remove unused properties
1 parent a188516 commit 78ec0fc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/controllers/search.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,4 @@ export default class SearchController extends Controller {
6363

6464
return yield this.store.query('crate', { all_keywords, page, per_page, q, sort });
6565
}
66-
67-
get exactMatch() {
68-
return this.model.find(it => it.exact_match);
69-
}
70-
71-
get otherCrates() {
72-
return this.model.filter(it => !it.exact_match);
73-
}
7466
}

0 commit comments

Comments
 (0)