diff --git a/build-lists.js b/build-lists.js index 87ccc21..7fbc755 100644 --- a/build-lists.js +++ b/build-lists.js @@ -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 ) => {