Skip to content

Commit b2c33d0

Browse files
Update challenger/query.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e88fa63 commit b2c33d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

challenger/query.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ func (c *Challenger) QueryChallenges(from string, limit uint64, descOrder bool)
5151
if next != "" {
5252
res.Next = &next
5353
}
54+
res.Challenges = challenges
5455
return res, nil
5556
}

0 commit comments

Comments
 (0)