From 03e0230e9978e40bd9bb157aaaa7f88eceef99f9 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Sat, 24 May 2025 18:46:40 -0400 Subject: [PATCH] Do not re-raise ITEM_LOGIN_REQUIRED errors --- app/models/plaid_item/importer.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/plaid_item/importer.rb b/app/models/plaid_item/importer.rb index f1431d6c..dbc91f10 100644 --- a/app/models/plaid_item/importer.rb +++ b/app/models/plaid_item/importer.rb @@ -22,7 +22,6 @@ class PlaidItem::Importer case error_body["error_code"] when "ITEM_LOGIN_REQUIRED" plaid_item.update!(status: :requires_update) - raise error else raise error end