From 5cf618695f437dab41c6116deaf070e5fc172e5f Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:31:21 +0000 Subject: [PATCH] fix lint --- api/tacticalrmm/alerts/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tacticalrmm/alerts/models.py b/api/tacticalrmm/alerts/models.py index e5c4e6d0..0d2ae3e4 100644 --- a/api/tacticalrmm/alerts/models.py +++ b/api/tacticalrmm/alerts/models.py @@ -920,7 +920,7 @@ class AlertTemplate(BaseAuditModel): agent_always_alert = BooleanField(null=True, blank=True, default=None) agent_periodic_alert_days = PositiveIntegerField(blank=True, null=True, default=0) # fmt: off - agent_script_actions = BooleanField(null=True, blank=True, default=True) # should be renamed because also deals with webhooks + agent_script_actions = BooleanField(null=True, blank=True, default=True) # should be renamed because also deals with webhooks # check alert settings check_email_alert_severity = ArrayField(