chore: revert redundant change

This commit is contained in:
Shivam Mishra
2025-12-09 17:09:04 +05:30
parent c421f75bca
commit 491569fa4f
@@ -51,9 +51,7 @@ class ActionCableConnector extends BaseActionCableConnector {
};
isAValidEvent = data => {
// eslint-disable-next-line no-underscore-dangle
const currentAccountId = this.app.$store.getters.getCurrentAccountId;
return currentAccountId === data.account_id;
return this.app.$store.getters.getCurrentAccountId === data.account_id;
};
onMessageUpdated = data => {