From 8fa3d11ee109f17dc831d3a0903e82d6eba42f13 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sun, 26 Jan 2025 20:13:59 +0330 Subject: [PATCH] Update ranges --- frontend/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 0049a18..f03996e 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -36,5 +36,5 @@ export const MUTATION_KEYS = { export const PRODUCT_RANGE = { min: 0, - max: 100000, + max: 100_000_000, };