From a7332df80f8dce307d6b271d6e00641903f9066e Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 12 Aug 2025 13:29:09 +0000
Subject: [PATCH] adding prod
---
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