Skip to content

Commit

Permalink
Update lib/private/App/AppStore/Fetcher/AppDiscoverFetcher.php
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and artonge authored Mar 18, 2024
1 parent c9696d3 commit 6d4a3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/App/AppStore/Fetcher/AppDiscoverFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function get($allowUnstable = false) {
}
}

// If not include upcoming entries, check for upcoming dates and remove those entires
// If not include upcoming entries, check for upcoming dates and remove those entries
if (!$allowUnstable && isset($entry['date'])) {
try {
$date = new DateTimeImmutable($entry['date']);
Expand Down

0 comments on commit 6d4a3f5

Please sign in to comment.