Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
1591816684 |
4
api.go
4
api.go
@ -90,6 +90,10 @@ func requestPaged[R any](api *Api, ctx context.Context, query string, vars map[s
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if resp.Data.Page == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
for _, value := range resp.Data.Page.Data() {
|
for _, value := range resp.Data.Page.Data() {
|
||||||
value := value
|
value := value
|
||||||
select {
|
select {
|
||||||
|
Reference in New Issue
Block a user