Skip to content

Commit

Permalink
Fix faulty date logic
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 9, 2024
1 parent 290baad commit b95f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/legislators.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$known_legislators = $stmt->fetchAll(PDO::FETCH_OBJ);

/*
* Now get a list of senators. The Senate doesn't change their list of members until the day
* Now get a list of senators. The senate doesn't change their list of members until the day
* that a new session starts, so we need to use a slightly different query for them.
*/
$sql = 'SELECT name, chamber, lis_id, date_ended
Expand Down

0 comments on commit b95f4ad

Please sign in to comment.