1
0
forked from wrenn/wrenn

Fix lint warnings: drop deprecated Name field from snapshot response, check errcheck in benchmark

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 21:28:57 +06:00
parent 948db13bed
commit 377e856c8f
2 changed files with 1 additions and 2 deletions

View File

@ -129,7 +129,6 @@ func (s *Server) CreateSnapshot(
return nil, connect.NewError(connect.CodeInternal, fmt.Errorf("create snapshot: %w", err))
}
return connect.NewResponse(&pb.CreateSnapshotResponse{
Name: msg.Name,
SizeBytes: sizeBytes,
}), nil
}