mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add category ids to seachable lists
This commit is contained in:
parent
14b1d47dc9
commit
50272298bf
1 changed files with 6 additions and 6 deletions
|
|
@ -181,12 +181,12 @@ class BuildLists {
|
|||
'endpoint',
|
||||
item => item.endpoint
|
||||
],
|
||||
// [
|
||||
// 'category',
|
||||
// app => {
|
||||
// return getAppCategory( item ).id
|
||||
// }
|
||||
// ]
|
||||
[
|
||||
'category',
|
||||
app => {
|
||||
return getAppCategory( app ).id
|
||||
}
|
||||
]
|
||||
])
|
||||
|
||||
list.forEach( ( searchableItem ) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue