hopefully deepsource is pleased this time
This commit is contained in:
+1
-1
@@ -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
@@ -8,7 +8,7 @@ function changed() {
|
||||
}
|
||||
|
||||
async function getJSON(url) {
|
||||
return await(await fetch(url)).json()
|
||||
return (await fetch(url)).json()
|
||||
}
|
||||
|
||||
async function submit() {
|
||||
|
||||
Reference in New Issue
Block a user