@mx-cartographer/experiences 3.8.0-alpha.al5 → 3.8.0-alpha.al6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -9631,7 +9631,7 @@ class Ta {
|
|
9631
9631
|
}
|
9632
9632
|
getAccounts = async () => this.fetchInstance.get(M.ACCOUNTS).then((e) => e.accounts).catch((e) => e);
|
9633
9633
|
getMembers = async () => this.fetchInstance.get(M.MEMBERS).then((e) => e.members).catch((e) => e);
|
9634
|
-
getMonthlyAccountBalances = async (e) => this.fetchInstance.get(`${M.ACCOUNTS}/${e}/monthly_account_balances`).then((n) => (console.log(n), n
|
9634
|
+
getMonthlyAccountBalances = async (e) => this.fetchInstance.get(`${M.ACCOUNTS}/${e}/monthly_account_balances`).then((n) => (console.log(n), n)).catch((n) => n);
|
9635
9635
|
}
|
9636
9636
|
const Wu = (A, e) => e.filter((n) => {
|
9637
9637
|
const { is_closed: r, is_deleted: a, is_hidden: i, is_manual: o } = n;
|