From 5a56081a29fa2664997ba36fb2a438ad005c694a Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Thu, 20 Feb 2020 09:46:07 +0530 Subject: [PATCH] fix: remove unused code snippet --- store/postwoman.js | 1 - 1 file changed, 1 deletion(-) diff --git a/store/postwoman.js b/store/postwoman.js index acab67759..4b8eb235c 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -140,7 +140,6 @@ export const mutations = { editCollection({ collections }, payload) { const { collection: { name }, collectionIndex } = payload; - // const { name } = collection; const duplicateCollection = collections.some( item => item.name.toLowerCase() === name.toLowerCase() );