From a02f03a0625885cbc41e95c09ecd9178b27adda2 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 27 Mar 2022 13:09:38 -0500 Subject: fix issues with test --- src/hypixelApi.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/hypixelApi.ts b/src/hypixelApi.ts index 3a9cf95..adc6378 100644 --- a/src/hypixelApi.ts +++ b/src/hypixelApi.ts @@ -100,7 +100,6 @@ export interface HypixelPlayerSocialMedia { /** Send an HTTP request to the Hypixel API */ export let sendApiRequest = async

(path: P, options: typedHypixelApi.Requests[P]['options']): Promise => { // Send a raw http request to api.hypixel.net, and return the parsed json - let response: typedHypixelApi.Requests[P]['response'] try { response = await typedHypixelApi.request( -- cgit