Update toggles.js

This commit is contained in:
2024-12-27 14:14:18 +05:00
committed by GitHub
parent 417720c950
commit 1fa662a5bd

View File

@@ -22,6 +22,9 @@ async function getToggles() {
data.whatsNew = "null";
data.downloadLink = "null";
data.sponsorshipAvailable = true;
data.sponsorshipText = "Test";
return data;
} catch (error) {
console.error("Ошибка при запросе toggles:", error.message);