diff --git a/app/Jobs/Bank/ProcessBankTransactionsNordigen.php b/app/Jobs/Bank/ProcessBankTransactionsNordigen.php index 368ea8ea5d4d..da9ac7f98571 100644 --- a/app/Jobs/Bank/ProcessBankTransactionsNordigen.php +++ b/app/Jobs/Bank/ProcessBankTransactionsNordigen.php @@ -89,10 +89,6 @@ class ProcessBankTransactionsNordigen implements ShouldQueue try { $this->processTransactions(); } catch (\Exception $e) { - // reset from_date in case this was the error (self-heal) and perform a max sync of data we can fetch (next-time) - $this->bank_integration->from_date = now()->subDays(90); - $this->bank_integration->save(); - nlog("Nordigen: {$this->bank_integration->nordigen_account_id} - exited abnormally => " . $e->getMessage()); $content = [