From c281b3afa6e10a472d05fcb0577a03ca792e896a Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 3 Jul 2019 15:55:24 +0200 Subject: [PATCH] lint compliance --- www/drive/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/drive/inner.js b/www/drive/inner.js index 9db0d92a9..8c35e2300 100644 --- a/www/drive/inner.js +++ b/www/drive/inner.js @@ -1371,7 +1371,7 @@ define([ }); cb(); }; - if (paths.some(function (p) { return manager.comparePath(newPath, p) })) { return void cb(); } + if (paths.some(function (p) { return manager.comparePath(newPath, p); })) { return void cb(); } manager.move(paths, newPath, newCb, copy); }; // Delete paths from the drive and/or shared folders (without moving them to the trash)