Skip to content

Commit 58494a8

Browse files
committed
omg LOL
1 parent 4f39e18 commit 58494a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posthog/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ def _compute_payload_locally(self, key, match_value):
859859
flag_filters = flag_definition.get("filters") or {}
860860
flag_payloads = flag_filters.get("payloads") or {}
861861
payload = flag_payloads.get(str(match_value), None)
862+
return payload
862863

863864
def get_all_flags(
864865
self,

0 commit comments

Comments
 (0)