okay
This commit is contained in:
parent
8e0a9c3b26
commit
f5925ed758
|
|
@ -363,7 +363,7 @@ public function hasMissingDownloadsDateInHarvestFile():bool
|
||||||
|
|
||||||
public function getMissingDownloads():Collection
|
public function getMissingDownloads():Collection
|
||||||
{
|
{
|
||||||
if(!$this->harvest_json_path || !$this->min_harvest_date){
|
if(!$this->min_harvest_date){
|
||||||
return collect([]);
|
return collect([]);
|
||||||
}
|
}
|
||||||
$harvest_dates = $this->nonFailedDownloads()->get()->map(fn($d)=>$d->date);
|
$harvest_dates = $this->nonFailedDownloads()->get()->map(fn($d)=>$d->date);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue