From 6fd4513c340266d2cca1a3889f2355b1ba6fb666 Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Thu, 20 Sep 2018 12:12:27 +0100 Subject: [PATCH] Fixed git workspace sync/publish locations --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 05b52447..3475a8b7 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -136,6 +136,7 @@ const store = new Vuex.Store({ id: undefined, type: undefined, fileId: undefined, + hash: undefined, }), true); const extension = item.type === 'syncLocation' ? 'sync' : 'publish'; result[id] = `${pathsByItemId[item.fileId]}.${encodedItem}.${extension}`;