mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve step count for spectre imports.
This commit is contained in:
@@ -216,7 +216,7 @@ class SpectreConfigurator implements ConfiguratorInterface
|
||||
|
||||
// set default extended status:
|
||||
$extendedStatus = $this->repository->getExtendedStatus($job);
|
||||
$extendedStatus['steps'] = 100;
|
||||
$extendedStatus['steps'] = 6;
|
||||
|
||||
// save to job:
|
||||
$job = $this->repository->setConfiguration($job, $finalConfig);
|
||||
|
Reference in New Issue
Block a user