timeout fix

parent f053fbef
......@@ -31,7 +31,6 @@ export const request = (
data,
params,
headers,
timeout: 90000,
})
.then(async (response: AxiosResponse) => {
resolve(response.data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment