Remove restated doc comment on MergeByCampaignID

The comment repeated what the function signature and body already
say plainly.

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-07-27 18:35:43 +02:00
parent 68a64647bf
commit b43e66ffa4

View File

@@ -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,