Debugging travis failure
parent
ab4c63c5af
commit
9860ac2de5
|
@ -463,6 +463,8 @@ router.get('/category/:cat/:pageNum?', (req, res) => {
|
|||
lunrIdArray.push(common.getId(id.ref));
|
||||
});
|
||||
|
||||
console.log('productsIndex', productsIndex);
|
||||
|
||||
let pageNum = 1;
|
||||
if(req.params.pageNum){
|
||||
pageNum = req.params.pageNum;
|
||||
|
|
Loading…
Reference in New Issue