chore: remove redundant update connection mutation
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { UPDATE_CONNECTION } from './update-connection';
|
||||
import { VERIFY_CONNECTION } from './verify-connection';
|
||||
import { RESET_CONNECTION } from './reset-connection';
|
||||
|
||||
const mutations = {
|
||||
updateConnection: UPDATE_CONNECTION,
|
||||
verifyConnection: VERIFY_CONNECTION,
|
||||
resetConnection: RESET_CONNECTION,
|
||||
};
|
||||
|
Reference in New Issue
Block a user