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