chore: move frontend package

This commit is contained in:
Steven
2024-03-26 20:35:36 +08:00
parent 1025d8a2ed
commit c7af8d6afa
3 changed files with 6 additions and 3 deletions

View File

@ -100,7 +100,6 @@ func (s *APIV2Service) GetCollectionByName(ctx context.Context, request *apiv1pb
response := &apiv1pb.GetCollectionByNameResponse{
Collection: convertCollectionFromStore(collection),
}
metric.Enqueue("collection view")
return response, nil
}