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', 'endpoint',
item => item.endpoint item => item.endpoint
], ],
// [ [
// 'category', 'category',
// app => { app => {
// return getAppCategory( item ).id return getAppCategory( app ).id
// } }
// ] ]
]) ])
list.forEach( ( searchableItem ) => { list.forEach( ( searchableItem ) => {