1
0
Fork 0
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:
Zach Gollwitzer 2025-05-24 18:46:40 -04:00
parent ffc5f844b2
commit 03e0230e99

View file

@ -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