Skip to content

Commit

Permalink
Update pkg/graveler/graveler.go
Browse files Browse the repository at this point in the history
Co-authored-by: itaigilo <itai.gilo@treeverse.io>
  • Loading branch information
N-o-Z and itaigilo authored Sep 25, 2024
1 parent 6e75204 commit f78871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/graveler/graveler.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ type PullRequest struct {
Source string
// Destination - destination branch of pull request
Destination string
// MergedCommitID - The commit ID that of the source at the time of the merge. Relevant only for merged PRs
// MergedCommitID - The commit ID of the source at the time of the merge. Relevant only for merged PRs
MergedCommitID *string
// CloseDate - Closing date of pull request. Relevant only for closed or merged PRs
CloseDate *time.Time
Expand Down

0 comments on commit f78871a

Please sign in to comment.