Skip to content

Commit

Permalink
chore: fix function name in comment (knadh#1836)
Browse files Browse the repository at this point in the history
Signed-off-by: largemouth <[email protected]>
  • Loading branch information
largemouth authored Apr 22, 2024
1 parent e968718 commit c3f4379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/manager_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (s *store) UpdateCampaignStatus(campID int, status string) error {
return err
}

// UpdateCampaignStatus updates a campaign's status.
// UpdateCampaignCounts updates a campaign's status.
func (s *store) UpdateCampaignCounts(campID int, toSend int, sent int, lastSubID int) error {
_, err := s.queries.UpdateCampaignCounts.Exec(campID, toSend, sent, lastSubID)
return err
Expand Down

0 comments on commit c3f4379

Please sign in to comment.