1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Remove testing error

This commit is contained in:
Zach Gollwitzer 2025-05-09 14:48:03 -04:00
parent f326f00607
commit f52a7f7be9

View file

@ -82,8 +82,6 @@ class Account < ApplicationRecord
end
def sync_data(sync, start_date: nil)
raise "Artifical error for testing"
Rails.logger.info("Processing balances (#{linked? ? 'reverse' : 'forward'})")
sync_balances
end