feat: add console.warn for action cable ignore
This commit is contained in:
@@ -73,7 +73,11 @@ class ActionCableConnector extends BaseActionCableConnector {
|
||||
const { id } = payload;
|
||||
if (id) {
|
||||
this.app.$store.dispatch('updateConversation', payload);
|
||||
} else {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn('Skipping assignee change event with payload: ', payload);
|
||||
}
|
||||
|
||||
this.fetchConversationStats();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user