Update toggles.js
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user