Fix tests
This commit is contained in:
parent
20251b75e5
commit
03b5c1d76e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ const status = {
|
|||
commit('SET_LOADING', false)
|
||||
dispatch('FetchUserStatuses', { userId: state.fetchedStatus.account.id, godmode: false })
|
||||
},
|
||||
async FetchStatusesCount({ commit, getters }) {
|
||||
async FetchStatusesCount({ commit, getters }, instance) {
|
||||
commit('SET_LOADING', true)
|
||||
const { data } = await fetchStatusesCount(instance, getters.authHost, getters.token)
|
||||
commit('SET_STATUS_VISIBILITY', data.status_visibility)
|
||||
|
|
Loading…
Reference in a new issue