Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Sep 6, 2024
1 parent 74cf7d8 commit 3129e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/types/system.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export interface Broadcast {
title: string;
/**
* Category of the broadcast.
* Synced with https://github.com/getsentry/sentry/blob/923a65508912c3e181e1c70cbdf076b7b956aa90/src/sentry/models/broadcast.py#L14
* Synced with https://github.com/getsentry/sentry/blob/master/src/sentry/models/broadcast.py#L14
*/
category?: 'announcement' | 'feature' | 'blog' | 'event' | 'video';
/**
Expand Down

0 comments on commit 3129e46

Please sign in to comment.