Update display.php
This commit is contained in:
@@ -379,7 +379,7 @@ async function cargarInicial() {
|
|||||||
try {
|
try {
|
||||||
const res = await fetch(url.toString());
|
const res = await fetch(url.toString());
|
||||||
const json = await res.json();
|
const json = await res.json();
|
||||||
if (json.ok) renderSnapshot(json.data);
|
if (json.ok) renderSnapshot(json);
|
||||||
} catch (_) { /* SSE tomará el relevo */ }
|
} catch (_) { /* SSE tomará el relevo */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user