We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88fa63 commit b2c33d0Copy full SHA for b2c33d0
challenger/query.go
@@ -51,5 +51,6 @@ func (c *Challenger) QueryChallenges(from string, limit uint64, descOrder bool)
51
if next != "" {
52
res.Next = &next
53
}
54
+ res.Challenges = challenges
55
return res, nil
56
0 commit comments