Update inverse-client.ts

This commit is contained in:
CryptoCompiler
2021-01-22 00:06:58 +00:00
committed by GitHub
parent 0eff0f7d8e
commit 73c3d73720

View File

@@ -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;
/**