mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
No need to grab journals we don't need.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
ff3396e286
commit
0ec021c375
@ -306,7 +306,7 @@ class ImportController extends Controller
|
|||||||
public function start(ImportJob $job)
|
public function start(ImportJob $job)
|
||||||
{
|
{
|
||||||
if ($job->status == "settings_complete") {
|
if ($job->status == "settings_complete") {
|
||||||
$journals = ImportProcedure::runImport($job);
|
ImportProcedure::runImport($job);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user