Skip to content

Commit d1478e1

Browse files
committed
fix: clarify comment on SendNotification method regarding SLA linkage
1 parent 5583b47 commit d1478e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sla/sla.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ func (m *Manager) SendNotifications(ctx context.Context) error {
500500
}
501501
}
502502

503-
// SendNotification sends a SLA notification to agents, a schedule notification can be linked to a specific SLA event or applied SLA.
503+
// SendNotification sends a SLA notification to agents, a schedule notification is always linked to an applied SLA and optionally to a SLA event.
504504
func (m *Manager) SendNotification(scheduledNotification models.ScheduledSLANotification) error {
505505
var (
506506
appliedSLA models.AppliedSLA

0 commit comments

Comments
 (0)