mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Bunq and Spectre will ask to apply rules.
This commit is contained in:
@@ -45,11 +45,6 @@ class NewBunqJobHandler implements BunqJobConfigurationInterface
|
||||
*/
|
||||
public function configurationComplete(): bool
|
||||
{
|
||||
// simply set the job configuration "apply-rules" to true.
|
||||
$config = $this->repository->getConfiguration($this->importJob);
|
||||
$config['apply-rules'] = true;
|
||||
$this->repository->setConfiguration($this->importJob, $config);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user