diff options
| author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-18 09:22:18 +0800 |
|---|---|---|
| committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-18 09:22:18 +0800 |
| commit | 2020b4e189fac02c1b5809522d25bc836d857930 (patch) | |
| tree | be415643e9357e40ecf46e6319c8ed0c7b9287b6 /src/utils | |
| parent | 91ce2e47013f18e85a08bc9d368130673b67f6ea (diff) | |
| download | SoopyV2-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.js | 7 |
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 |
