something something post index

This commit is contained in:
Snorre Ettrup Altschul 2025-02-06 01:19:39 +01:00
parent 98cc80102d
commit b9291ffb85

View file

@ -98,7 +98,7 @@
let content = await response.text(); let content = await response.text();
if (response.status != 200) { if (response.status != 200) {
content = `Error Exception Null\n#Unknown post '${post}'` content = `\nError Exception Null\n#Unknown post '${post}'`
} }
let lines = content.split("\n"); let lines = content.split("\n");