Skip to content

Commit

Permalink
models/timelines: make dismissal_message optional (#501)
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Eduardo Luis <[email protected]>
  • Loading branch information
jecluis authored Jan 9, 2024
1 parent 6b477da commit e61d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/timelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub struct TimelineEvent {
pub struct DismissedReview {
state: pulls::ReviewState,
review_id: ReviewId,
dismissal_message: String,
dismissal_message: Option<String>,
dismissal_commit_id: Option<String>,
}

Expand Down

0 comments on commit e61d669

Please sign in to comment.