mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Do not re-raise ITEM_LOGIN_REQUIRED errors
This commit is contained in:
parent
ffc5f844b2
commit
03e0230e99
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue