aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-06-24 15:54:57 -0500
committermat <github@matdoes.dev>2021-06-24 15:54:57 -0500
commiteb918b59e8a0cc65f1142fab4b80b3d76df9c457 (patch)
tree6992f7b6d1378f2614f2b30d1ad5c306c91b2194 /src/hypixel.ts
parentecd3ac39b42332fe0c4c2cd475f77e875ea6fdb4 (diff)
downloadskyblock-api-eb918b59e8a0cc65f1142fab4b80b3d76df9c457.tar.gz
skyblock-api-eb918b59e8a0cc65f1142fab4b80b3d76df9c457.tar.bz2
skyblock-api-eb918b59e8a0cc65f1142fab4b80b3d76df9c457.zip
debugging:tm:
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r--src/hypixel.ts1
1 files changed, 0 insertions, 1 deletions
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 ?? {})
}