lint compliance

This commit is contained in:
yflory
2019-09-10 18:37:11 +02:00
parent 1b31d8f7c6
commit 222ea650d1
3 changed files with 11 additions and 14 deletions

View File

@@ -997,7 +997,7 @@ define([
// If we've just accepted ownership for a pad stored in a shared folder,
// we need to make a copy of this pad in our drive. We're going to check
// the pad is owned by us BUT is not stored in our main drive
var inMyDrive = datas.some(function (obj) {
var inMyDrive = allData.some(function (obj) {
return !obj.fId;
});
// XXX owned by one of our teams?