Skip to content

Commit

Permalink
Fix recent successful runs count
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Jun 6, 2024
1 parent 1ea0183 commit d08a6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats-frontend/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
)
)
const perfectActivationsCount = 30 * 24
return recentActivations / perfectActivationsCount
return recentActivations.length / perfectActivationsCount
})()

let missedActivations = (
Expand Down

0 comments on commit d08a6b1

Please sign in to comment.