chore: log errors

This commit is contained in:
Shivam Mishra
2024-10-08 10:59:42 +05:30
parent 1242cfd704
commit 97699f3087
8 changed files with 12 additions and 12 deletions
@@ -22,7 +22,7 @@ export const actions = {
commit(SET_CONVERSATION_ATTRIBUTES, data);
commit('conversation/setMetaUserLastSeenAt', lastSeen, { root: true });
} catch (error) {
// Ignore error
console.log(error);
}
},
update({ commit }, data) {