- added new antilaundry call id to the system;

This commit is contained in:
Vitalii Kiiko
2025-11-14 10:45:20 +01:00
parent f50bcdb4ae
commit 7156c2ac35

View File

@@ -27,7 +27,7 @@ const initialStore = {
flowForms: [], flowForms: [],
flowEdges: [], flowEdges: [],
// misc // misc
antiMoneyLaundryCalls: [23] antiMoneyLaundryCalls: [23, 26]
} }
export default initialStore; export default initialStore;