Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 22, 2024
1 parent 8a1f497 commit 5cf6186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/alerts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5cf6186

Please sign in to comment.