Skip to content

Commit

Permalink
PMM-12375 fix pointer reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Sep 27, 2023
1 parent 50d5d4b commit ae70e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/management/service_mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (s *MgmtServiceService) ListServices(ctx context.Context, req *servicev1bet
ServiceName: service.ServiceName,
Socket: pointer.GetString(service.Socket),
UpdatedAt: timestamppb.New(service.UpdatedAt),
Version: service.Version,
Version: *service.Version,
}

if metric, ok := metrics[service.ServiceID]; ok {
Expand Down

0 comments on commit ae70e51

Please sign in to comment.