diff options
Diffstat (limited to 'ui/app/helpers/utils/fetch.js')
-rw-r--r-- | ui/app/helpers/utils/fetch.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/helpers/utils/fetch.js b/ui/app/helpers/utils/fetch.js index 7bb483818..1e7ef594f 100644 --- a/ui/app/helpers/utils/fetch.js +++ b/ui/app/helpers/utils/fetch.js @@ -1,5 +1,3 @@ -/* global AbortController */ - export default function ({ timeout = 120000 } = {}) { return function _fetch (url, opts) { return new Promise(async (resolve, reject) => { |