Update linear-client.ts

This commit is contained in:
CryptoCompiler
2021-01-22 00:10:03 +00:00
committed by GitHub
parent 73c3d73720
commit 9eeee0e208

View File

@@ -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 class LinearClient extends SharedEndpoints {
export default class LinearClient extends SharedEndpoints {
protected requestWrapper: RequestWrapper;
/**