You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe FileDiff, CommitFile, and DiffEntry should be more deduplicated?
The text was updated successfully, but these errors were encountered:
flying-sheep
changed the title
Model bug in DiffEntry: Submodules have "blob_url": null
Model bug in DiffEntry: Submodules have "blob_url": null and "raw_url": nullApr 3, 2024
octocrab/src/models/repos.rs
Lines 84 to 85 in 505befe
doesn’t match:
You already fixed that discrepancy between GH docs and reality in
models::commits::CommitFile
:octocrab/src/models/commits.rs
Line 113 in 505befe
octocrab/src/models/commits.rs
Line 121 in 505befe
but there are three instances of
blob_url
in the repo, the third beingmodels::pulls::FileDiff
:octocrab/src/models/pulls.rs
Lines 395 to 396 in 505befe
maybe
FileDiff
,CommitFile
, andDiffEntry
should be more deduplicated?The text was updated successfully, but these errors were encountered: