Skip to content

Commit

Permalink
ignore "advanced" in payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz authored Oct 5, 2023
1 parent bd886c7 commit 50961b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kowalski/alert_brokers/alert_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ def alert_sentinel_skyportal(self, alert, prv_candidates, passed_filters):
and compare_dicts(
passed_filter["auto_followup"]["data"]["payload"],
r["payload"],
ignore_keys=["priority", "start_date", "end_date"],
ignore_keys=["priority", "start_date", "end_date", "advanced"],
)
is True
]
Expand Down

0 comments on commit 50961b2

Please sign in to comment.