1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 03:15:58 +02:00

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');