diff --git a/src/store/mutations.js b/src/store/mutations.js index 37273d4b11..ba84055497 100644 --- a/src/store/mutations.js +++ b/src/store/mutations.js @@ -53,8 +53,7 @@ export default { state.authenticated = payload }, updateMainData: async state => { - const rid = state.rid ? state.rid : undefined - const res = await qbit.getMainData(rid) + const res = await qbit.getMainData(undefined) // status state.status = new Status(res.data.server_state, res.data.tags)