tweak boot.js

This commit is contained in:
syuilo 2023-01-22 17:18:39 +09:00
parent da32be3ef3
commit 19c93151ce

View file

@ -55,7 +55,7 @@
renderError('META_FETCH');
return;
}
const meta = await res.json();
const meta = await metaRes.json();
const v = meta.version;
if (v == null) {
renderError('META_FETCH_V');