Skip to content

Commit

Permalink
Update app/zorgned_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim van Oostrom <[email protected]>
  • Loading branch information
janthijs and timvanoostrom authored Dec 4, 2023
1 parent 09e79e4 commit f2be898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/zorgned_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def send_api_request(bsn, operation="", post_message={}):
timeout=ZORGNED_API_REQUEST_TIMEOUT_SECONDS,
headers=headers,
cert=cert,
json=default_post_params | post_message
json=default_post_params | post_message # Pipe operator merges the 2 dicts
)

return res
Expand Down

0 comments on commit f2be898

Please sign in to comment.