We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 020429c + 487073c commit 669eec1Copy full SHA for 669eec1
1 file changed
src/store/main.js
@@ -486,9 +486,8 @@ export default new Vuex.Store({
486
dispatch('loadBoardById', acl.boardId)
487
})
488
},
489
- async transferOwnership({ commit }, { boardId, owner, newOwner }) {
+ async transferOwnership({ commit }, { boardId, newOwner }) {
490
await axios.put(generateUrl(`apps/deck/boards/${boardId}/transferOwner`), {
491
- owner,
492
newOwner,
493
494
0 commit comments