Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Borcsik committed Oct 9, 2024
1 parent 37547f6 commit 28d6248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/decide.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _session_recording_config_response(request: HttpRequest, team: Team, token:
"minimumDurationMilliseconds": minimum_duration,
"linkedFlag": linked_flag,
"networkPayloadCapture": team.session_recording_network_payload_capture_config or None,
"urlTriggerPatterns": team.session_recording_url_trigger_config
"urlTriggerPatterns": team.session_recording_url_trigger_config
}

if isinstance(team.session_replay_config, dict):
Expand Down

0 comments on commit 28d6248

Please sign in to comment.