This commit is contained in:
Oliver
2025-09-29 12:33:40 -03:00
parent f59f546d37
commit ed8734ff76

View File

@@ -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();