[fix] forgot date in rdsJob.
This commit is contained in:
parent
42eb932ff8
commit
8e0a9c3b26
|
|
@ -57,7 +57,7 @@ public function handle(): void
|
||||||
// Success
|
// Success
|
||||||
logger($process->getOutput());
|
logger($process->getOutput());
|
||||||
$this->download->setStatusSuccess();
|
$this->download->setStatusSuccess();
|
||||||
dispatch(ProjectDownloadRDSJob::fromDate($this->download->project,$this->days));
|
dispatch(ProjectDownloadRDSJob::fromDate($this->download->project, $this->date, $this->days));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue