From 84291991d685dbc83942f226406cf7c09a700189 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 24 Jun 2021 15:58:10 -0500 Subject: log key --- build/hypixelApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/hypixelApi.js b/build/hypixelApi.js index 8ab2c46..5009506 100644 --- a/build/hypixelApi.js +++ b/build/hypixelApi.js @@ -70,7 +70,7 @@ async function sendApiRequest({ path, key, args }) { try { fetchResponse = await node_fetch_1.default(fetchUrl, { agent: () => httpsAgent }); fetchJsonParsed = await fetchResponse.json(); - console.log('gotten api response', fetchJsonParsed); + console.log('gotten api response', fetchJsonParsed, key); } catch { // if there's an error, wait a second and try again -- cgit