Commit e37019ea authored by H.M.C. Nadunithara Wijerathne's avatar H.M.C. Nadunithara Wijerathne

Merge branch 'it1924312' into 'master'

timeout fix

See merge request !7
parents 177d394a ff1e819a
...@@ -31,7 +31,6 @@ export const request = ( ...@@ -31,7 +31,6 @@ export const request = (
data, data,
params, params,
headers, headers,
timeout: 90000,
}) })
.then(async (response: AxiosResponse) => { .then(async (response: AxiosResponse) => {
resolve(response.data); 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