mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-20 03:59:49 +08:00
fix gRpc nil response
This commit is contained in:
@@ -108,5 +108,5 @@ func (fs *FilerServer) DeleteEntry(ctx context.Context, req *filer_pb.DeleteEntr
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil, err
|
||||
return &filer_pb.DeleteEntryResponse{}, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user