Skip to content

Commit d9acef6

Browse files
author
Ebuson
committed
fix lint
1 parent 0d493b5 commit d9acef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kahuna/public/js/search/results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ results.controller('SearchResultsCtrl', [
512512

513513
$scope.$on("events:batch-operations:start", (e, entry) => {
514514
ctrl.batchOperations = [entry, ...ctrl.batchOperations];
515-
if(entry.key === "peopleInImage" && ctrl.batchOperations.length > 1){
515+
if (entry.key === "peopleInImage" && ctrl.batchOperations.length > 1){
516516
ctrl.batchOperations = [Object.assign({}, entry, { total: ctrl.batchOperations.length })]
517517
}
518518

0 commit comments

Comments
 (0)