mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:47:01 +00:00
feature/added the delete functions the updateUserAccountViews - step3 add a TODO
This commit is contained in:
parent
3ab8f44dc4
commit
bc88094a1d
@ -1307,6 +1307,7 @@ def restoreSomeSessions(): Unit = {
|
||||
val csbNewBankAccountViewIds = cbsBankAccountViewIds diff obpBankAccountViewIds
|
||||
|
||||
//1rd remove the deprecated accounts
|
||||
//TODO. need to double check if we need to clean accountidmapping table, account meta data (MappedTag) ....
|
||||
for{
|
||||
cbsRemovedBankAccountId <- cbsRemovedBankAccountViewIds
|
||||
bankId = BankId(cbsRemovedBankAccountId._1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user