Skip to content

Commit

Permalink
set empty tags object instead of none for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Sep 26, 2024
1 parent 0e8b54d commit 3a844b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/wallet/askar.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def create_key(
if kid:
tags = {"kid": kid}
else:
tags = None
tags = {}

try:
keypair = _create_keypair(key_type, seed)
Expand Down

0 comments on commit 3a844b5

Please sign in to comment.