From 73c3d7372013b4196d7f23ea9d4f61a84caf0a0d Mon Sep 17 00:00:00 2001 From: CryptoCompiler <72892531+peepopoggers@users.noreply.github.com> Date: Fri, 22 Jan 2021 00:06:58 +0000 Subject: [PATCH] Update inverse-client.ts --- src/inverse-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inverse-client.ts b/src/inverse-client.ts index aa69a15..0d2ccb3 100644 --- a/src/inverse-client.ts +++ b/src/inverse-client.ts @@ -3,7 +3,7 @@ import { GenericAPIResponse, getBaseRESTInverseUrl, RestClientInverseOptions } f import RequestWrapper from './util/requestWrapper'; import { SharedEndpoints } from './shared-endpoints'; -export class InverseClient extends SharedEndpoints { +export default class InverseClient extends SharedEndpoints { protected requestWrapper: RequestWrapper; /**