mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-02 22:46:40 +09:00
tweak boot.js
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user