Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
  • Loading branch information
TheTechmage committed Jan 19, 2024
1 parent 912b92f commit f81e992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions didcomm_messaging/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ async def send_http_message(
message["typ"] = "application/didcomm-plain+json"

# Ensure that a return-route is on the message
if "return-route" not in message or not message["return-route"]:
message["return-route"] = "all"
if "return_route" not in message or not message["return_route"]:
message["return_route"] = "all"

# Encrypt/pack the message to our target
packy = await dmp.pack(
Expand Down

0 comments on commit f81e992

Please sign in to comment.