Skip to content

Commit

Permalink
pulls: remove "merged" bool
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Aug 1, 2020
1 parent b9c340d commit f19997f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pulls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ pub struct Pull {
pub assignee: Option<User>,
pub assignees: Vec<User>,
pub merge_commit_sha: Option<String>,
pub merged: bool,
pub mergeable: Option<bool>,
pub merged_by: Option<User>,
pub comments: Option<u64>,
Expand Down

0 comments on commit f19997f

Please sign in to comment.