Skip to content

Commit a85ed7b

Browse files
committed
update: add comment to clarify date to use for testing
1 parent 00b2a47 commit a85ed7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Services/Integrations/NeonApiService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function fetch(string $endpoint, array $fields = [], ?int $personId = nu
7676

7777
public function getTodaysParticipantIds(): array {
7878
$todaysDate = Carbon::today('America/Chicago')->format('Y-m-d');
79-
// $todaysDate = '2026-02-24';
79+
// $todaysDate = '2024-02-24'; // for testing
8080
Log::info("Collecting participant records that have been added or updated today - {$todaysDate}....");
8181
$toReturn = $this->getParticipantIdsByDate($todaysDate);
8282
$count = count($toReturn);

0 commit comments

Comments
 (0)