Skip to content

Commit

Permalink
Update challenger/query.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
sh-cha and coderabbitai[bot] authored Dec 10, 2024
1 parent e88fa63 commit b2c33d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions challenger/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ func (c *Challenger) QueryChallenges(from string, limit uint64, descOrder bool)
if next != "" {
res.Next = &next
}
res.Challenges = challenges
return res, nil
}

0 comments on commit b2c33d0

Please sign in to comment.