debug
This commit is contained in:
@@ -127,6 +127,7 @@ async function loadData() {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
console.log(webhookBase)
|
||||
const res = await fetch(webhookBase); // Fetching the webhook JSON
|
||||
if (!res.ok) throw new Error("Failed to fetch data");
|
||||
const data = await res.json();
|
||||
|
||||
Reference in New Issue
Block a user