Skip to content

Commit

Permalink
Update internal/grpc/services/storageprovider/storageprovider.go
Browse files Browse the repository at this point in the history
Co-authored-by: kobergj <[email protected]>
  • Loading branch information
2403905 and kobergj authored May 8, 2023
1 parent 1e1da6c commit bcb89f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/grpc/services/storageprovider/storageprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ func (s *service) DeleteStorageSpace(ctx context.Context, req *provider.DeleteSt
}, nil
} else if len(spaces) != 1 {
return &provider.DeleteStorageSpaceResponse{
Status: status.NewNotFound(ctx, "not found when deleting space"),
Status: status.NewNotFound(ctx, "space not found"),
}, nil
}

Expand Down

0 comments on commit bcb89f5

Please sign in to comment.