From 374845c1c8956aea9d04878a75fd358a054357ab Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 21 Mar 2024 07:38:20 -0400 Subject: [PATCH] Remove DigestType from RPCs We should now be supporting B5 digests. --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 781f29a..5de958a 100644 --- a/main.go +++ b/main.go @@ -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", @@ -626,7 +624,6 @@ func (m model) getCommitContent(commitName string) tea.Cmd { }, }, }, - DigestType: modulev1beta1.DigestType_DIGEST_TYPE_B4, }) req.Header().Set( "Authorization",