aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-18 09:22:18 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-18 09:22:18 +0800
commit2020b4e189fac02c1b5809522d25bc836d857930 (patch)
treebe415643e9357e40ecf46e6319c8ed0c7b9287b6 /src/utils
parent91ce2e47013f18e85a08bc9d368130673b67f6ea (diff)
downloadSoopyV2-2020b4e189fac02c1b5809522d25bc836d857930.tar.gz
SoopyV2-2020b4e189fac02c1b5809522d25bc836d857930.tar.bz2
SoopyV2-2020b4e189fac02c1b5809522d25bc836d857930.zip
+ convert command for ordered waypoints
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/networkUtils.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/utils/networkUtils.js b/src/utils/networkUtils.js
index ca3270a..41d27e5 100644
--- a/src/utils/networkUtils.js
+++ b/src/utils/networkUtils.js
@@ -176,10 +176,7 @@ if (!global.networkUtilsThingSoopyPromise) {
}
})
- global.networkUtilsThingSoopyPromise = {
- getUrlContent: getUrlContent,
- fetch: fetch
- }
+ global.networkUtilsThingSoopyPromise = fetch
}
-module.exports = global.networkUtilsThingSoopyPromise
+export default global.networkUtilsThingSoopyPromise