mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
debug
This commit is contained in:
@@ -79,6 +79,9 @@ func (o *OpenSea) Assets(ctx context.Context, req *pb.AssetsRequest, rsp *pb.Ass
|
|||||||
params += "&collection=" + req.Collection
|
params += "&collection=" + req.Collection
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Infof("Cursor %s", req.Cursor)
|
||||||
|
logger.Infof("Params %s", params)
|
||||||
|
|
||||||
var resp domain.AssetsResponse
|
var resp domain.AssetsResponse
|
||||||
|
|
||||||
if err := api.Get(uri+params, &resp); err != nil {
|
if err := api.Get(uri+params, &resp); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user