This commit is contained in:
skeris 2024-11-04 15:53:03 +03:00
parent 37f4b69948
commit 51510cd655

@ -252,7 +252,7 @@ func (a *Amo) GetListTags(req models.GetListTagsReq, accessToken string, domain
return nil, fmt.Errorf("request GetListTags failed: %v", errs[0])
}
a.logger.Info("Succesfull get tags:", zap.String("respBody", respBody), zap.String("fullUrl", fullURL))
a.logger.Info("Succesfull get tags:", zap.String("respBody", string(resBody)), zap.String("fullUrl", fullURL))
if statusCode != fiber.StatusOK {
errorMessage := fmt.Sprintf("received an incorrect response from GetListTags(%s): %s", fullURL, string(resBody))