Skip to content

Commit

Permalink
Fix format lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 9, 2024
1 parent d5a29c3 commit 21f7a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/users.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const actions = {
setFilter({dispatch, commit}, filter) {
commit('SET_FILTER', filter)
dispatch('getUsers')
},
}
}

const getters = {
Expand Down

0 comments on commit 21f7a00

Please sign in to comment.