From 2020b4e189fac02c1b5809522d25bc836d857930 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 18 Sep 2022 09:22:18 +0800 Subject: + convert command for ordered waypoints --- src/utils/networkUtils.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/utils') 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 -- cgit