fix undefined if searchstring is empty

This commit is contained in:
Flummi
2022-05-06 14:48:47 +02:00
parent 68ce51b892
commit 7b2ad52fe0
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@ export default (router, tpl) => {
result: ret,
totals: await lib.countf0cks(),
searchstring: tag,
session: req.session,
tmp: null
}, req)
});