Rename ErrCampaignNoScopeSources to ErrCampaignNoSourcesSelected

Align the sentinel name with the validation it represents.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-20 15:46:05 +00:00
parent 0870e1dd15
commit 1dcfa31dab
3 changed files with 3 additions and 3 deletions

View File

@@ -428,7 +428,7 @@ func (s *Service) StartCampaign(
}
if len(campaignSources) == 0 {
return ErrCampaignNoScopeSources
return ErrCampaignNoSourcesSelected
}
now := time.Now()