fix: device limit transmission in admin key creation

This commit is contained in:
Capybara-z
2025-07-20 20:17:21 +03:00
parent 319e34fb10
commit 47b22623fa
+1 -1
View File
@@ -32,7 +32,7 @@ async def create_key_on_cluster(
plan: int = None,
session: AsyncSession = None,
remnawave_link: str = None,
hwid_limit: int = 0,
hwid_limit: int = None,
traffic_limit_bytes: int = None,
is_trial: bool = False,
):