Make notification rules queryable
This commit is contained in:
@@ -284,7 +284,6 @@ class NotificationRuleData(object):
|
||||
if not isinstance(matches, list):
|
||||
matches = [matches]
|
||||
matches_copy = matches.copy()
|
||||
print("MATHCES COPY: ", matches_copy)
|
||||
match_ts = datetime.utcnow().isoformat()
|
||||
for match_index, _ in enumerate(matches_copy):
|
||||
matches_copy[match_index]["index"] = index
|
||||
|
||||
Reference in New Issue
Block a user