chore: changed noDailyStandingLimits to 999.999.999 to avoid potential confusion when having MR 65K+ #1200

Closed
Animan8000 wants to merge 1 commits from (deleted):animan8000-patch-1 into main

View File

@ -247,7 +247,7 @@ export const getInventoryResponse = async (
if (config.noDailyStandingLimits) {
for (const key of allDailyAffiliationKeys) {
inventoryResponse[key] = 999_999;
inventoryResponse[key] = 999_999_999;
}
}