Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Nov 22, 2022
1 parent cba47a6 commit 134621f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/backend/httpstate/backend.go
Expand Up @@ -1806,7 +1806,6 @@ func decodeCapabilities(wireLevel []apitype.APICapabilityConfig) (capabilities,
for _, entry := range wireLevel {
switch entry.Capability {
case apitype.DeltaCheckpointUploads:
// TODO should check entry.Version here?
var cap apitype.DeltaCheckpointUploadsConfigV1
if err := json.Unmarshal(entry.Configuration, &cap); err != nil {
msg := "decoding DeltaCheckpointUploadsConfigV1 returned %w"
Expand Down

0 comments on commit 134621f

Please sign in to comment.