feat: setup wss

This commit is contained in:
Shivam Mishra
2025-05-12 17:13:41 +05:30
parent ff70fbe2e4
commit 4ecc92ad6d
4 changed files with 19 additions and 6 deletions
@@ -51,6 +51,9 @@ export const getters = {
},
getCurrentAccountId(_, __, rootState) {
// eslint-disable-next-line no-underscore-dangle
if (window.__WOOT_ACCOUNT_ID__) return window.__WOOT_ACCOUNT_ID__;
if (rootState.route.params && rootState.route.params.accountId) {
return Number(rootState.route.params.accountId);
}