From 6076f1a495d379c1a088df6cda7fab08bc7a2ac9 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Mon, 10 Jun 2024 16:06:38 +0200 Subject: [PATCH] solvee queryparam --- compress/api_customer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compress/api_customer.go b/compress/api_customer.go index a7a64c8..5b00fbb 100644 --- a/compress/api_customer.go +++ b/compress/api_customer.go @@ -34,8 +34,8 @@ func (o *compress) GetCredentials() (*Credential, error) { func (o *compress) GetCustomerS3Zone() (*CustomerS3, error) { // queryParam := make(map[string]*string) - queryParam["client_id"] = o.GetCliendId() - queryParam["api_key"] = o.apiKey + queryParam["client_id"] = &o.GetCliendId() + queryParam["api_key"] = &o.apiKey // resp, err := o.restyGet(GET_ZONE(), queryParam) if err != nil {