Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Adjusts SSI metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Lopes committed Nov 21, 2023
1 parent b8d4760 commit 003858f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _get_custom_key(self, destination: Destination) -> Optional[str]:
If the custom_key is present on the destination, return it, otherwise returns none.
"""
if (
len(destination.destination_metadata) >= 5
len(destination.destination_metadata) >= 4
and destination.destination_metadata[3] is not None
):
return destination.destination_metadata[3]
Expand Down

0 comments on commit 003858f

Please sign in to comment.