Skip to content

Commit

Permalink
Update internal/grpc/services/gateway/spaces.go
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern authored Feb 3, 2025
1 parent 42e03ff commit 346901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/grpc/services/gateway/spaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (s *svc) DeleteStorageSpace(ctx context.Context, req *provider.DeleteStorag

res, err := c.DeleteStorageSpace(ctx, req)
if err != nil {
return nil, errors.Wrap(err, "gateway: error calling ListStorageSpaces")
return nil, errors.Wrap(err, "gateway: error calling DeleteStorageSpace")
}

return res, nil
Expand Down

0 comments on commit 346901a

Please sign in to comment.