Skip to content

Commit

Permalink
Merge pull request #1483 from dbluhm/fix/static-connection-queue
Browse files Browse the repository at this point in the history
fix: create static doc use empty endpoint if None
  • Loading branch information
swcurran authored Nov 11, 2021
2 parents 87ce051 + c40a04e commit e1e95de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/protocols/connections/v1_0/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ async def create_static_connection(
did_doc = await self.create_did_document(
their_info,
None,
[their_endpoint],
[their_endpoint or ""],
mediation_records=[base_mediation_record]
if base_mediation_record
else None,
Expand Down

0 comments on commit e1e95de

Please sign in to comment.