Add category ids to seachable lists

This commit is contained in:
Sam Carlton 2021-01-23 14:29:54 -06:00
parent 14b1d47dc9
commit 50272298bf

View file

@ -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 ) => {