Update requestWrapper.ts

This commit is contained in:
CryptoCompiler
2021-01-29 14:27:24 +00:00
committed by GitHub
parent bd75b6d9b4
commit 5e4369d385

View File

@@ -10,7 +10,6 @@ export default class RequestUtil {
private globalRequestOptions: AxiosRequestConfig; private globalRequestOptions: AxiosRequestConfig;
private key: string | undefined; private key: string | undefined;
private secret: string | undefined; private secret: string | undefined;
//all private
constructor( constructor(
key: string | undefined, key: string | undefined,