Skip to content

Commit

Permalink
Apply PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Uxío <[email protected]>
  • Loading branch information
falvaradorodriguez and Uxio0 authored Nov 6, 2024
1 parent 46dec12 commit a807452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _build_delegate_payload(
"""
return DelegatePayload(
type=event_type.name,
safeAddress=instance.safe_contract.address if instance.safe_contract else None,
safeAddress=instance.safe_contract_id if instance.safe_contract_id else None,
delegate=instance.delegate,
delegator=instance.delegator,
label=instance.label,
Expand Down

0 comments on commit a807452

Please sign in to comment.