From b43e66ffa41923254ba89a8ba91e4c666eed3deb Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 27 Jul 2026 18:35:43 +0200 Subject: [PATCH] Remove restated doc comment on MergeByCampaignID The comment repeated what the function signature and body already say plainly. Signed-off-by: Bryan Frimin --- pkg/coredata/access_review_campaign_source.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/coredata/access_review_campaign_source.go b/pkg/coredata/access_review_campaign_source.go index ea55d56c0..425e174ca 100644 --- a/pkg/coredata/access_review_campaign_source.go +++ b/pkg/coredata/access_review_campaign_source.go @@ -149,11 +149,6 @@ RETURNING id return nil } -// MergeByCampaignID syncs scoped campaign source snapshots against the given, -// already-loaded and validated live access sources: upserts a snapshot for -// each source and deletes snapshots no longer in the set. Callers are -// responsible for resolving accessReviewSources (existence, tenant, and -// organization checks) before calling this method. func (sources *AccessReviewCampaignSources) MergeByCampaignID( ctx context.Context, conn pg.Tx,