Skip to content

Commit

Permalink
Updated configconnect object during BaisSystemInfo call
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendraindukuri committed May 3, 2024
1 parent d31527e commit 476b7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unityclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ type ConfigConnect struct {
func (c *Client) BasicSystemInfo(ctx context.Context, configConnect *ConfigConnect) error {
log := util.GetRunIDLogger(ctx)
log.Debug("Executing BasicSystemInfo REST client")
c.configConnect = configConnect
headers := make(map[string]string, 3)
headers[api.XEmcRestClient] = "true"
headers[api.HeaderKeyContentType] = api.HeaderValContentTypeJSON
Expand Down

0 comments on commit 476b7e5

Please sign in to comment.