fix: feature flags for space app (#1864)

This commit is contained in:
Nikhil
2024-12-04 15:33:27 +05:30
committed by GitHub
parent a3b62cb0a7
commit 5cf7be17e6

View File

@@ -30,7 +30,7 @@ class FlagProvider(AbstractProvider):
},
json={
"workspace_slug": slug,
"user_id": str(user_id),
"user_id": str(user_id) if user_id else None,
"flag_key": feature_key,
},
)