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