mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
fix: feature flags for space app (#1864)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user