From 30ef56f956a2df1566b927f5e17500d443441e8d Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 11 Apr 2025 19:08:41 +0200 Subject: [PATCH] fixes --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index a53f514..3820c3a 100644 --- a/app/main.py +++ b/app/main.py @@ -695,7 +695,6 @@ async def leasing_v1_lessor(request: Request): "expires": expires.isoformat(), "recommended_lease_renewal": LEASE_RENEWAL_PERIOD, "offline_lease": "true", - "license_type": "CONCURRENT_COUNTED_SINGLE" "license_type": "CONCURRENT_COUNTED_SINGLE", "lease_intent_id": None, "metadata": None,