From e9a91aba8169a96d10af9c0262cab2376242d2e3 Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:05:28 -0400 Subject: [PATCH] *screams internally* --- NUXT/plugins/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUXT/plugins/update.js b/NUXT/plugins/update.js index 544f155..e3f84eb 100644 --- a/NUXT/plugins/update.js +++ b/NUXT/plugins/update.js @@ -4,7 +4,7 @@ import { Filesystem, Directory, Encoding } from "@capacitor/filesystem"; module = (url) => { return new Promise(async (resolve, reject) => { - + //--- Download File From GitHub & Save to Memory/RAM ---// const data = await Http.get({ url: url,