lib/db.js
@@ -92,6 +92,7 @@ let userSearchQuery = await getUserSearchQuery(offset, limit, search) // log.info(userSearchQuery) const [results, fields] = await pool.query(userSearchQuery) // console.log(results, fields) const count = await getUserCount(offset, limit, search) return { total: count,