Skip to content

Commit

Permalink
fix duplicate service registration
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 committed Feb 24, 2023
1 parent 7570f8c commit 0021a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/productcatalogservice/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func main() {

pb.RegisterProductCatalogServiceServer(srv, svc)
healthpb.RegisterHealthServer(srv, svc)
reflection.Register(srv)
srv.Serve(ln)
}

Expand Down

0 comments on commit 0021a22

Please sign in to comment.