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

@@ -92,7 +92,7 @@ define([
var fd = exp.getFileData(id);
var channelId = fd.channel;
// If trying to remove an owned pad, remove it from server also
if (!isOwnPadRemoved &&
if (!isOwnPadRemoved && !sharedFolder &&
fd.owners && fd.owners.indexOf(edPublic) !== -1 && channelId) {
removeOwnedChannel(channelId, function (obj) {
if (obj && obj.error) {
@@ -113,10 +113,6 @@ define([
});
if (!toClean.length) { return; }
cb(null, toClean);
unpinPads(toClean, function (response) {
if (response && response.error) { return console.error(response.error); }
// console.error(response);
});
};
var deleteHrefs = function (ids) {
ids.forEach(function (obj) {