Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Apr 23, 2024
1 parent 2f42969 commit f2eb27d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/stats/stats-calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function for_event( int $event_id ): Event_Stats {
}

if ( is_null( $row->waiting ) ) {
// The corresponding translations are missing. Could be a unit test or data corruption.
$row->waiting = 0;
}

Expand Down

0 comments on commit f2eb27d

Please sign in to comment.