Check the specified window

This commit is contained in:
2023-01-16 01:17:19 +00:00
parent 742a2f92da
commit 1964ab62ec
3 changed files with 13 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ class NotificationRuleData(object):
self.cleaned_data = cleaned_data
self.db = db
self.data = self.cleaned_data.get("data")
self.window = self.cleaned_data.get("window")
self.parsed = None
self.aggs = {}