Update linear-client.ts

This commit is contained in:
CryptoCompiler
2021-01-22 00:10:24 +00:00
committed by GitHub
parent 9eeee0e208
commit 60ce9fa2d0

View File

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