Skip to content

Commit 48abedc

Browse files
simzzzelpiel
andauthored
Update sentry/src/routes/campaign.rs
Co-authored-by: Lachezar Lechev <8925621+elpiel@users.noreply.github.com>
1 parent e7cec78 commit 48abedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/routes/campaign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub async fn fetch_campaign_ids_for_channel(
146146
///
147147
/// Expected request body: [`CreateCampaign`](`primitives::sentry::campaign_create::CreateCampaign`)
148148
///
149-
/// Expected response: [Campaign](`primitives::Campaign`)
149+
/// Expected response: [`Campaign`](primitives::Campaign)
150150
pub async fn create_campaign<C>(
151151
req: Request<Body>,
152152
app: &Application<C>,

0 commit comments

Comments
 (0)