diff options
Diffstat (limited to 'src/hypixelApi.ts')
-rw-r--r-- | src/hypixelApi.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hypixelApi.ts b/src/hypixelApi.ts index 886b261..25ab68b 100644 --- a/src/hypixelApi.ts +++ b/src/hypixelApi.ts @@ -158,6 +158,7 @@ export async function sendApiRequest({ path, key, args }): Promise<HypixelRespon { agent: () => httpsAgent } ) fetchJsonParsed = await fetchResponse.json() + console.log('gotten api response', fetchJsonParsed) } catch { // if there's an error, wait a second and try again await new Promise((resolve) => setTimeout(resolve, 1000)) |