Update toggles.js

This commit is contained in:
2024-12-27 14:15:50 +05:00
committed by GitHub
parent 1fa662a5bd
commit b7409b928f

View File

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