hopefully deepsource is pleased this time

This commit is contained in:
Mystikfluu
2023-02-06 11:03:50 +01:00
parent 00e1b5c1e5
commit 3942a6e2df
4 changed files with 132 additions and 103 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ socket.addEventListener("message", async function (event) {
decURIComp(item.post_text),
item.post_time,
item.post_special_text,
highest_id+1,
item.post_id || (highest_id+1),
item.post_from_bot,
item.post_reply_id,
true,
+1 -1
View File
@@ -8,7 +8,7 @@ function changed() {
}
async function getJSON(url) {
return await(await fetch(url)).json()
return (await fetch(url)).json()
}
async function submit() {