aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/app/helpers/utils/fetch.js2
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) => {