diff --git a/src/store/main.js b/src/store/main.js index 93f6f6ce8..546e5e607 100644 --- a/src/store/main.js +++ b/src/store/main.js @@ -494,9 +494,8 @@ export default new Vuex.Store({ dispatch('loadBoardById', acl.boardId) }) }, - async transferOwnership({ commit }, { boardId, owner, newOwner }) { + async transferOwnership({ commit }, { boardId, newOwner }) { await axios.put(generateUrl(`apps/deck/boards/${boardId}/transferOwner`), { - owner, newOwner, }) },