Skip to content

Commit

Permalink
fix: remove dummy code for estimating subscribers
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Mar 28, 2023
1 parent b66ad45 commit 29e8dbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,7 @@

$episodeList = [];
foreach ($latestEpisodes as $episode) {
$episodeList[$episode->uid()] = date('Y-m-d', $episode->date()->toDate('U') + 420 * 60 * 60);
// FIXME
// $episodeList[$episode->uid()] = date('Y-m-d', $episode->date()->toDate('U') + 24 * 60 * 60);
$episodeList[$episode->uid()] = date('Y-m-d', $episode->date()->toDate('U') + 24 * 60 * 60);
}

if (count($episodeList) === 0) {
Expand Down

0 comments on commit 29e8dbe

Please sign in to comment.