Skip to content

Commit

Permalink
Fix again again
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed May 26, 2024
1 parent bc0bb94 commit cb456be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provider/mem/mem.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func (a *Alerts) GetPending() provider.AlertIterator {
ch = make(chan *types.Alert, alertChannelLength)
done = make(chan struct{})
)

a.mtx.Lock()
defer a.mtx.Unlock()
alerts := a.alerts.List()
Expand Down

0 comments on commit cb456be

Please sign in to comment.