chore: changed noDailyStandingLimits to 999.999.999 to avoid potential confusion when having MR 65K+ #1200
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user