hopefully deepsource is pleased this time
This commit is contained in:
+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