From cf170edeb2ccddadda1e609ea68a24bc9f989e68 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 13 Aug 2025 10:02:11 +0000
Subject: [PATCH] GS-2251

---
 lib/db.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/db.js b/lib/db.js
index a2ed632..fe4398f 100644
--- a/lib/db.js
+++ b/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,

--
Gitblit v1.8.0