remove query param

This commit is contained in:
Maidul Islam
2024-03-05 11:48:28 -05:00
parent cf4f26ab90
commit e6036175c1

View File

@@ -170,7 +170,6 @@ func CallGetAllWorkSpacesUserBelongsTo(httpClient *resty.Client) (GetWorkSpacesR
R().
SetResult(&workSpacesResponse).
SetHeader("User-Agent", USER_AGENT).
SetQueryParam("populateOrgName", "true").
Get(fmt.Sprintf("%v/v1/workspace", config.INFISICAL_URL))
if err != nil {