1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 07:39:39 +02:00

Fix: Purge stale holdings from accounts during sync (#1954)

* Fix: Purge stale holdings from accounts during sync

* Fix typo

* Prevent Plaid holding deletions
This commit is contained in:
Zach Gollwitzer 2025-03-05 12:21:17 -05:00 committed by GitHub
parent eaa1b6abe0
commit 381e39bea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 54 additions and 32 deletions

View file

@ -22,7 +22,7 @@ class PlaidItemsController < ApplicationController
end
respond_to do |format|
format.html { redirect_to accounts_path }
format.html { redirect_back_or_to accounts_path }
format.json { head :ok }
end
end