workflow: added linter and linted src/ folder
This commit is contained in:
@@ -80,7 +80,7 @@ const mutations = {
|
||||
},
|
||||
RESET_LOGIN(state) {
|
||||
// Needed for reactivity
|
||||
let clientMode = state.clientMode
|
||||
const clientMode = state.clientMode
|
||||
Object.assign(state, getDefaultState())
|
||||
state.clientMode = clientMode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user