Skip to content

Commit 1af8597

Browse files
authored
add orgId field in unleash context (#741)
1 parent 7b07a7d commit 1af8597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros/lib/unleash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
def is_feature_flag_enabled(org_id, flag_name, service_name):
22-
context = {"userId": str(org_id)}
22+
context = {"orgId": str(org_id)}
2323
is_enabled = unleash_client.is_enabled(flag_name, context)
2424

2525
logger.debug(

0 commit comments

Comments
 (0)