From 26df3b2287acca225a1142b27c571252c75e37bd Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 12 Aug 2025 13:18:04 +0000
Subject: [PATCH] adding prod
---
lib/db.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/db.js b/lib/db.js
index a2ed632..96dfa0e 100644
--- a/lib/db.js
+++ b/lib/db.js
@@ -90,8 +90,9 @@
try {
let userSearchQuery = await getUserSearchQuery(offset, limit, search)
- // log.info(userSearchQuery)
+ 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