fix visual

This commit is contained in:
yash 2026-04-27 19:57:20 +03:00
parent 7eb4977b99
commit 30a7f1b68c
3 changed files with 171 additions and 33 deletions

View file

@ -79,8 +79,6 @@ func (b *Bybit) getRequest(ctx context.Context, endPoint string, params any) ([]
queryString = query.Encode()
}
fmt.Println("req:", b.cfg.BaseURL+endPoint+"?"+queryString)
// make request
request, err := http.NewRequest("GET", b.cfg.BaseURL+endPoint+"?"+queryString, nil)
if err != nil {