From eb918b59e8a0cc65f1142fab4b80b3d76df9c457 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 24 Jun 2021 15:54:57 -0500 Subject: debugging:tm: --- src/hypixel.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hypixel.ts') diff --git a/src/hypixel.ts b/src/hypixel.ts index bfb826e..bea64fb 100644 --- a/src/hypixel.ts +++ b/src/hypixel.ts @@ -38,7 +38,6 @@ export async function sendCleanApiRequest({ path, args }, included?: Included[], await new Promise(resolve => setTimeout(resolve, 1000)) return await sendCleanApiRequest({ path, args }, included, options) } - // clean the response return await cleanResponse({ path, data: rawResponse }, options ?? {}) } -- cgit