Skip to content

Commit eea00bb

Browse files
committed
Use the explicit key
1 parent 7034750 commit eea00bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def remote_config(
144144
+ f"/api/projects/@current/feature_flags/{key}/remote_config/"
145145
)
146146

147-
body = {"api_key": project_api_key, "sentAt": datetime.now(tz=tzutc()).isoformat()}
147+
body = {"project_api_key": project_api_key, "sentAt": datetime.now(tz=tzutc()).isoformat()}
148148

149149
headers = {
150150
"Authorization": f"Bearer {personal_api_key}",

0 commit comments

Comments
 (0)