Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Oct 18, 2024
1 parent 42740d5 commit 1831467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/api/src/controllers/ValidatorsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ class ValidatorsController {
order,
isActive,
activeValidators,
epochInfo.startTime,
epochInfo.endTime
epochInfo
)

const validatorsWithInfo = await Promise.all(
Expand Down

0 comments on commit 1831467

Please sign in to comment.