Skip to content

Commit

Permalink
Merge pull request #7 from stefanvanburen/svanburen/remove-digest-type
Browse files Browse the repository at this point in the history
Remove DigestType from RPCs
  • Loading branch information
stefanvanburen authored Mar 21, 2024
2 parents d92ee58 + 374845c commit 2e9aa64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,6 @@ func (m model) getCommits() tea.Cmd {
},
},
},
// TODO: Switch to B5 when supported.
DigestType: modulev1beta1.DigestType_DIGEST_TYPE_B4,
})
req.Header().Set(
"Authorization",
Expand Down Expand Up @@ -626,7 +624,6 @@ func (m model) getCommitContent(commitName string) tea.Cmd {
},
},
},
DigestType: modulev1beta1.DigestType_DIGEST_TYPE_B4,
})
req.Header().Set(
"Authorization",
Expand Down

0 comments on commit 2e9aa64

Please sign in to comment.