Fix typo in manager.go
This commit is contained in:
parent
0ecfb89f19
commit
dc4e3a6780
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ func (m *Manager) nextSubscribers(c *models.Campaign, batchSize int) (bool, erro
|
|||
return true, nil
|
||||
}
|
||||
|
||||
// isCampaignProcessing checks if the campaign is bing processed.
|
||||
// isCampaignProcessing checks if the campaign is being processed.
|
||||
func (m *Manager) isCampaignProcessing(id int) bool {
|
||||
m.campsMut.RLock()
|
||||
_, ok := m.camps[id]
|
||||
|
|
Loading…
Reference in a new issue