Skip to content

Commit

Permalink
fix(catalog): trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirollo committed Oct 25, 2022
1 parent 0b24c89 commit a1777a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/productcatalogservice/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ func (p *productCatalog) SearchProducts(ctx context.Context, req *pb.SearchProdu
}
}
return &pb.SearchProductsResponse{Results: ps}, nil
}
}

0 comments on commit a1777a6

Please sign in to comment.