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