Skip to content

Commit 8546cd2

Browse files
author
Cookiezaurs
committed
lint
1 parent d26cca1 commit 8546cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/scripts/expire-data/countly_multi_app_expireData.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ Promise.all([plugins.dbConnection("countly"), plugins.dbConnection("countly_dril
2424
}
2525
if (!err && indexes) {
2626
var hasIndex = false;
27-
var dropIndex = false;
2827
for (var i = 0; i < indexes.length; i++) {
2928
if (indexes[i].name == INDEX_NAME) {
30-
hasIndex=true;
29+
hasIndex = true;
3130
break;
3231
}
3332
}

0 commit comments

Comments
 (0)