Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Dec 15, 2024
1 parent 65f3ee7 commit faa1f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsc/services/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ func (cp *ConfigurationProfileService) GetConfigurationProfileByUrl(url string)
}

var profile ConfigProfile
err = errorutils.CheckError(json.Unmarshal(body, &profile)) // TODO eran check about ConfigProfile structure. should we expect the repository info INSIDE the returned config profile? if not delete the ConfigProfileRepository part from frogbot
err = errorutils.CheckError(json.Unmarshal(body, &profile))
return &profile, err
}

0 comments on commit faa1f7e

Please sign in to comment.