chore: remove unused code / files
This commit is contained in:
parent
0b067d2645
commit
4abf5eea02
@ -1,77 +0,0 @@
|
|||||||
{
|
|
||||||
"status": "success",
|
|
||||||
"data": {
|
|
||||||
"streams": {
|
|
||||||
"loot_season_3": {
|
|
||||||
"name": "loot_season_3",
|
|
||||||
"categoryNameLabel": "Season 3",
|
|
||||||
"categoryTitleLabel": "Season 3",
|
|
||||||
"tier": 36,
|
|
||||||
"streamType": "season",
|
|
||||||
"rarity": null,
|
|
||||||
"lootType": null,
|
|
||||||
"seasonInfoUrlKey": "season-3",
|
|
||||||
"itemsObtained": null,
|
|
||||||
"premiumTokenOwnedNotRedeemed": false,
|
|
||||||
"tierSkipTokensUnredeemed": null,
|
|
||||||
"premium": false
|
|
||||||
},
|
|
||||||
"loot_season_4": {
|
|
||||||
"name": "loot_season_4",
|
|
||||||
"categoryNameLabel": "Season 4",
|
|
||||||
"categoryTitleLabel": "Season 4",
|
|
||||||
"tier": 46,
|
|
||||||
"streamType": "season",
|
|
||||||
"rarity": null,
|
|
||||||
"lootType": null,
|
|
||||||
"seasonInfoUrlKey": "season-4",
|
|
||||||
"itemsObtained": null,
|
|
||||||
"premiumTokenOwnedNotRedeemed": false,
|
|
||||||
"tierSkipTokensUnredeemed": null,
|
|
||||||
"premium": false
|
|
||||||
},
|
|
||||||
"loot_season_1": {
|
|
||||||
"name": "loot_season_1",
|
|
||||||
"categoryNameLabel": "Season 1",
|
|
||||||
"categoryTitleLabel": "Season 1",
|
|
||||||
"tier": 41,
|
|
||||||
"streamType": "season",
|
|
||||||
"rarity": null,
|
|
||||||
"lootType": null,
|
|
||||||
"seasonInfoUrlKey": "season-1",
|
|
||||||
"itemsObtained": null,
|
|
||||||
"premiumTokenOwnedNotRedeemed": false,
|
|
||||||
"tierSkipTokensUnredeemed": null,
|
|
||||||
"premium": true
|
|
||||||
},
|
|
||||||
"loot_season_2": {
|
|
||||||
"name": "loot_season_2",
|
|
||||||
"categoryNameLabel": "Season 2",
|
|
||||||
"categoryTitleLabel": "Season 2",
|
|
||||||
"tier": 67,
|
|
||||||
"streamType": "season",
|
|
||||||
"rarity": null,
|
|
||||||
"lootType": null,
|
|
||||||
"seasonInfoUrlKey": "season-2",
|
|
||||||
"itemsObtained": null,
|
|
||||||
"premiumTokenOwnedNotRedeemed": false,
|
|
||||||
"tierSkipTokensUnredeemed": null,
|
|
||||||
"premium": false
|
|
||||||
},
|
|
||||||
"loot_season_5": {
|
|
||||||
"name": "loot_season_5",
|
|
||||||
"categoryNameLabel": "Season 5",
|
|
||||||
"categoryTitleLabel": "Season 5",
|
|
||||||
"tier": 93,
|
|
||||||
"streamType": "season",
|
|
||||||
"rarity": null,
|
|
||||||
"lootType": null,
|
|
||||||
"seasonInfoUrlKey": "season-5",
|
|
||||||
"itemsObtained": null,
|
|
||||||
"premiumTokenOwnedNotRedeemed": false,
|
|
||||||
"tierSkipTokensUnredeemed": null,
|
|
||||||
"premium": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -495,11 +495,6 @@ function updateAllReferences() {
|
|||||||
}
|
}
|
||||||
} */
|
} */
|
||||||
|
|
||||||
// Helper function to escape special characters in a string for use in RegExp
|
|
||||||
function escapeRegExp(string) {
|
|
||||||
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Main function
|
// Main function
|
||||||
async function build() {
|
async function build() {
|
||||||
console.log('Starting build process...');
|
console.log('Starting build process...');
|
||||||
|
@ -1592,5 +1592,4 @@ const CDN = new DB();
|
|||||||
exports.CDN = CDN;
|
exports.CDN = CDN;
|
||||||
const Misc = new ALT();
|
const Misc = new ALT();
|
||||||
exports.Misc = Misc;
|
exports.Misc = Misc;
|
||||||
|
|
||||||
//# sourceMappingURL=index.js.map
|
//# sourceMappingURL=index.js.map
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user