mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 22:14:08 +00:00
Do not raise on Plaid item not found exceptions for item deletions (#1646)
This commit is contained in:
@@ -131,5 +131,7 @@ class PlaidItem < ApplicationRecord
|
||||
|
||||
def remove_plaid_item
|
||||
plaid_provider.remove_item(access_token)
|
||||
rescue StandardError => e
|
||||
Rails.logger.warn("Failed to remove Plaid item #{id}: #{e.message}")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user