We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009cac8 commit 565bb8aCopy full SHA for 565bb8a
posthog/__init__.py
@@ -243,7 +243,7 @@ def feature_enabled(
243
```python
244
if posthog.feature_enabled('beta feature', 'distinct id'):
245
# do something
246
- if posthog.feature_enabled('groups feature', 'distinct id', groups={"organization": "id:5"}):
+ if posthog.feature_enabled('groups feature', 'distinct id', groups={"organization": "5"}):
247
248
```
249
0 commit comments