Skip to content

Commit f19997f

Browse files
committed
pulls: remove "merged" bool
1 parent b9c340d commit f19997f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pulls.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ pub struct Pull {
250250
pub assignee: Option<User>,
251251
pub assignees: Vec<User>,
252252
pub merge_commit_sha: Option<String>,
253-
pub merged: bool,
254253
pub mergeable: Option<bool>,
255254
pub merged_by: Option<User>,
256255
pub comments: Option<u64>,

0 commit comments

Comments
 (0)