testtest
This commit is contained in:
@@ -12,8 +12,8 @@ class ApiClient {
|
|||||||
reject: (error?: unknown) => void;
|
reject: (error?: unknown) => void;
|
||||||
}> = [];
|
}> = [];
|
||||||
|
|
||||||
private isNativeEnvironment: boolean;
|
//private isNativeEnvironment: boolean;
|
||||||
private requestRefreshToken: () => Promise<any>;
|
//private requestRefreshToken: () => Promise<any>;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.instance = axios.create({
|
this.instance = axios.create({
|
||||||
|
|||||||
Reference in New Issue
Block a user