From 283b8f6e6cf0228aa1a32c134e806513ef13d1cd Mon Sep 17 00:00:00 2001 From: Johnny Hausman Date: Mon, 10 Nov 2025 10:46:50 +0700 Subject: [PATCH] [wip] test to see if our github actions are working. --- utils/reqService.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/reqService.js b/utils/reqService.js index a63dff2..714ddb8 100644 --- a/utils/reqService.js +++ b/utils/reqService.js @@ -667,6 +667,7 @@ class ABRequestService extends EventEmitter { * @returns {Promise<{results, fields}>} */ queryAsync(query, values, dbConn) { + // Guy is cool return new Promise((resolve, reject) => { this.query( query,