Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 committed May 23, 2024
1 parent 64f474f commit d6f970a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/notifier/immediately_notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func (n *ImmediatelyNotifier) Notify(ctx context.Context, payload sentry.Payload
slog.InfoContext(ctx, fmt.Sprintf("[notifier] sending %d messages", allMessagesCount))

for _, tmpl := range messengersMessages {
tmpl := tmpl

for _, mess := range tmpl.messengers {
wg.Add(1)

Expand Down

0 comments on commit d6f970a

Please sign in to comment.