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