From 5f8729536ce03dc02244ea16648a80bd60aa1ead Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sat, 16 Nov 2019 09:02:35 +0530 Subject: [PATCH] :poop: Removed unused parameters --- components/collections/editRequest.vue | 1 - store/postwoman.js | 1 - 2 files changed, 2 deletions(-) diff --git a/components/collections/editRequest.vue b/components/collections/editRequest.vue index 46a9eb716..8e3e6de69 100644 --- a/components/collections/editRequest.vue +++ b/components/collections/editRequest.vue @@ -127,7 +127,6 @@ export default { // pass data separately to don't depend on request's collection, folder fields // probably, they should be deprecated because they don't describe request itself this.$store.commit("postwoman/editRequest", { - requestOld: this.$props.request, requestOldCollectionIndex: this.$props.collectionIndex, requestOldFolderIndex: this.$props.folderIndex, requestOldIndex: this.$props.requestIndex, diff --git a/store/postwoman.js b/store/postwoman.js index 5eaeb85be..ad3f1c885 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -169,7 +169,6 @@ export const mutations = { editRequest(state, payload) { const { - requestOld, requestOldCollectionIndex, requestOldFolderIndex, requestOldIndex,