From 984af8750a228b7820d2146dcd0e29e48dd9a240 Mon Sep 17 00:00:00 2001 From: paulwer Date: Wed, 28 Aug 2024 09:56:01 +0200 Subject: [PATCH] fixes --- app/Services/InboundMail/InboundMailEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InboundMail/InboundMailEngine.php b/app/Services/InboundMail/InboundMailEngine.php index d4d4a9d322e6..c4b80ffebee5 100644 --- a/app/Services/InboundMail/InboundMailEngine.php +++ b/app/Services/InboundMail/InboundMailEngine.php @@ -198,7 +198,7 @@ class InboundMailEngine if (array_search($expense->id, $parsed_expense_ids)) continue; - array_push($parsed_expenses, $expense->id); + array_push($parsed_expense_ids, $expense->id); } catch (\Exception $err) { // throw error, only, when its not expected