manual lint --fix
This commit is contained in:
parent
d9aca590bb
commit
d1ea589531
76 changed files with 187 additions and 184 deletions
|
|
@ -118,7 +118,7 @@ const profileConfig = {
|
|||
}
|
||||
},
|
||||
actions: {
|
||||
setProfileOption ({ rootState, state, commit, dispatch }, { name, value }) {
|
||||
setProfileOption ({ rootState, state, commit }, { name, value }) {
|
||||
const oldValue = get(state, name)
|
||||
const map = settingsMap[name]
|
||||
if (!map) throw new Error('Invalid server-side setting')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue