This commit is contained in:
focp212@naver.com
2025-10-13 16:05:32 +09:00
parent 29eca29222
commit a792708214

View File

@@ -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({