Fixed git workspace sync/publish locations
This commit is contained in:
parent
fa3d9b30c2
commit
6fd4513c34
@ -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}`;
|
||||
|
Loading…
Reference in New Issue
Block a user