Skip to content

Commit

Permalink
Update lib/DigestSender.php
Browse files Browse the repository at this point in the history
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
nickvergessen and MorrisJobke authored Aug 19, 2020
1 parent 0553f39 commit 71b8197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DigestSender.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function sendDigests(int $now): void {

$userDigestDate = $digestDate[$user] ?? '';
if ($userDigestDate === $timezoneDigestDay[$timezone]) {
// User got todays digits already
// User got todays digest already
continue;
}

Expand Down

0 comments on commit 71b8197

Please sign in to comment.