Skip to content

Commit

Permalink
Update safe_transaction_service/history/signals.py
Browse files Browse the repository at this point in the history
Co-authored-by: Moisés Fernández <[email protected]>
  • Loading branch information
Uxio0 and moisses89 authored Jan 15, 2024
1 parent e3d2d6c commit 1bee980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_transaction_service/history/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _process_webhook(
):
assert not (
created and deleted
), "A instance cannot be created and deleted at the same time"
), "An instance cannot be created and deleted at the same time"

logger.debug("Start building payloads for created=%s object=%s", created, instance)
payloads = build_webhook_payload(sender, instance, deleted=deleted)
Expand Down

0 comments on commit 1bee980

Please sign in to comment.