aboutsummaryrefslogtreecommitdiff
path: root/build/hypixelApi.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/hypixelApi.js')
-rw-r--r--build/hypixelApi.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/hypixelApi.js b/build/hypixelApi.js
index 9f54ef2..15c8817 100644
--- a/build/hypixelApi.js
+++ b/build/hypixelApi.js
@@ -55,6 +55,7 @@ async function sendApiRequest({ path, key, args }) {
let fetchResponse;
let fetchJsonParsed;
try {
+ console.log(fetchUrl);
fetchResponse = await node_fetch_1.default(fetchUrl, { agent: () => httpsAgent });
fetchJsonParsed = await fetchResponse.json();
}