From 92519ee742fc2811634ecd416ba8c28175694216 Mon Sep 17 00:00:00 2001 From: CryptoCompiler <72892531+peepopoggers@users.noreply.github.com> Date: Fri, 22 Jan 2021 00:10:59 +0000 Subject: [PATCH] Update inverse-client.ts --- src/inverse-client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/inverse-client.ts b/src/inverse-client.ts index 0d2ccb3..0767feb 100644 --- a/src/inverse-client.ts +++ b/src/inverse-client.ts @@ -1,9 +1,9 @@ import { AxiosRequestConfig } from 'axios'; import { GenericAPIResponse, getBaseRESTInverseUrl, RestClientInverseOptions } from './util/requestUtils'; import RequestWrapper from './util/requestWrapper'; -import { SharedEndpoints } from './shared-endpoints'; +import SharedEndpoints from './shared-endpoints'; -export default class InverseClient extends SharedEndpoints { +export class InverseClient extends SharedEndpoints { protected requestWrapper: RequestWrapper; /**