[Index] Fix syntax error from last commit

pull/70/head
Oj 2 years ago
parent d019880f8d
commit 37371b5545

@ -252,7 +252,7 @@ const init = async function () {
this.storage.set('goosemodOOTB', true);
}
if (this.storage.get('goosemodTopaz') === 'true') setTimeout(() => {
if (this.storage.get('goosemodTopaz') === 'true') setTimeout(async () => {
eval(await (await fetch('https://goosemod.github.io/topaz/out.js', { cache: 'no-store' })).text());
}, 1000);

Loading…
Cancel
Save