From ce027a8a30719a0f21ed8c1da89ca106c116d271 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 3 Oct 2025 00:06:58 -0600 Subject: [PATCH] gwug --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f099376..2c994f9 100644 --- a/index.js +++ b/index.js @@ -893,6 +893,7 @@ app.get('/api/v1/route/:apiKey/:ani/:number', (req, res) => { // incriment estCallsMade analytics addAnalytic("estCallsMade"); dailyAnalytic("dailyCallsMade"); + console.log(row); if (ani >= row.block_start && ani <= row.block_start + row.block_length) { res.status(200).send('local'); } else {