Skip to content

Commit b664dd1

Browse files
committed
sentry - db - campaign - fix doc comment
1 parent 8fcef13 commit b664dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/db/campaign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub async fn get_campaigns_by_channel(
6767
/// UPDATE campaigns SET budget = $1, validators = $2, title = $3, pricing_bounds = $4, event_submission = $5, ad_units = $6, targeting_rules = $7
6868
/// WHERE id = $8
6969
/// RETURNING id, channel, creator, budget, validators, title, pricing_bounds, event_submission, ad_units, targeting_rules, created, active_from, active_to
70-
///
70+
/// ```
7171
pub async fn update_campaign(pool: &DbPool, campaign: &Campaign) -> Result<Campaign, PoolError> {
7272
let client = pool.get().await?;
7373
let statement = client

0 commit comments

Comments
 (0)