lint compliance

This commit is contained in:
yflory
2018-07-11 15:28:34 +02:00
parent 9787f5304a
commit 8516587ece
6 changed files with 8 additions and 15 deletions

View File

@@ -1185,12 +1185,11 @@ define([
}));
}).nThen(function (waitFor) {
// 2a. add the shared folder to the path in our drive
console.log('adding');
store.userObject.add(id, path);
onSync(waitFor());
// 2b. load the proxy
rt = loadSharedFolder(id, data.folderData, waitFor(function () {
loadSharedFolder(id, data.folderData, waitFor(function (rt) {
if (data.metadata) { // Creating a new shared folder
rt.proxy.metadata = data.metadata;
onSync(waitFor());