Skip to content
Snippets Groups Projects
Commit beb81087 authored by ko_oler's avatar ko_oler
Browse files

fix

parent 948f2813
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ func PtrCollectionToProto(coll *service.Collection) (*pb.Collection, error) { ...@@ -59,7 +59,6 @@ func PtrCollectionToProto(coll *service.Collection) (*pb.Collection, error) {
WriteonlyFields: coll.Access.WriteonlyFields, WriteonlyFields: coll.Access.WriteonlyFields,
} }
} }
protoCollection := &pb.Collection{ protoCollection := &pb.Collection{
Id: coll.ID, Id: coll.ID,
SpaceId: coll.SpaceID, SpaceId: coll.SpaceID,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment