Skip to content

Commit

Permalink
fix: condition for create_unique_did
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Apr 4, 2024
1 parent 61e8880 commit c02c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/runners/support/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ async def get_invite(
use_did_method = None

create_unique_did = (
use_did_method
use_did_method is not None
and (not reuse_connections)
and (not public_did_connections)
)
Expand Down

0 comments on commit c02c154

Please sign in to comment.