Skip to content

Commit

Permalink
fix gateway build
Browse files Browse the repository at this point in the history
Signed-off-by: Brenna Hewer-Darroch <[email protected]>
  • Loading branch information
Brenna Hewer-Darroch committed Mar 5, 2020
1 parent 451c30d commit 8c1fae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/automate-gateway/gateway/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (s *Server) RegisterGRPCServices(grpcServer *grpc.Server) error {
if err != nil {
return errors.Wrap(err, "create V2 client for teams service")
}
pb_iam.RegisterTeamsServer(grpcServer, handler_teams.NewServer(teamsV2Client))
pb_iam.RegisterTeamsServer(grpcServer, handler_teams.NewServer(teamsClient))

secretsClient, err := clients.SecretClient()
if err != nil {
Expand Down

0 comments on commit 8c1fae8

Please sign in to comment.