Fix tabbing
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
fetch("https://kv-logger.xominus.workers.dev", {
|
||||
method: "POST",
|
||||
headers: { "content-type": "application/json" },
|
||||
body: JSON.stringify({ "test": 1 })
|
||||
}).catch((e) => { console.error(e) });
|
||||
body: JSON.stringify({ test: 1 }),
|
||||
}).catch((e) => {
|
||||
console.error(e);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user