Skip to content

Commit 30d6cfc

Browse files
committed
Fix mypy issue
1 parent 3794ca8 commit 30d6cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_app/homepage/services/credential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def store_credential(
5555

5656
self._temporarily_store_in_redis(new_credential)
5757

58-
transports_str = transports_to_ui_string(transports or [])
58+
transports_str = transports_to_ui_string(mapped_transports or [])
5959
cred_type = "discoverable credential" if is_discoverable_credential else "credential"
6060

6161
logger.info(f'User "{username}" registered a {cred_type} with transports {transports_str}')

0 commit comments

Comments
 (0)