mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -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)
|
||||
{
|
||||
if ($job->status == "settings_complete") {
|
||||
$journals = ImportProcedure::runImport($job);
|
||||
ImportProcedure::runImport($job);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user