Skip to content

Commit 22014b3

Browse files
committed
patch can be nil
1 parent 4357a60 commit 22014b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/octokit/models/repo_commits.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module Octokit
3333
deletions: Int32,
3434
changes: Int32,
3535
status: String,
36-
patch: String,
36+
patch: String?,
3737
blob_url: String,
3838
raw_url: String,
3939
contents_url: String,

0 commit comments

Comments
 (0)