mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove timeout and signal from license requester
This commit is contained in:
committed by
Akhil Mohan
parent
e28416b50b
commit
7cd21e3a93
@@ -39,8 +39,8 @@ export const setupLicenceRequestWithStore = (
|
||||
let token: string;
|
||||
const licenceReq = axios.create({
|
||||
baseURL,
|
||||
timeout: 60 * 1000,
|
||||
signal: AbortSignal.timeout(60 * 1000)
|
||||
// timeout: 60 * 1000,
|
||||
// signal: AbortSignal.timeout(60 * 1000)
|
||||
});
|
||||
|
||||
const refreshLicence = async () => {
|
||||
|
||||
Reference in New Issue
Block a user