Skip to content

Commit 9c04d06

Browse files
author
Ebuson
committed
fix lint
1 parent feadceb commit 9c04d06

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
@@ -513,7 +513,7 @@ results.controller('SearchResultsCtrl', [
513513
$scope.$on("events:batch-operations:start", (e, entry) => {
514514
ctrl.batchOperations = [entry, ...ctrl.batchOperations];
515515
if (entry.key === "peopleInImage" && ctrl.batchOperations.length > 1){
516-
ctrl.batchOperations = [Object.assign({}, entry, { total: ctrl.batchOperations.length })]
516+
ctrl.batchOperations = [Object.assign({}, entry, { total: ctrl.batchOperations.length })];
517517
}
518518

519519
window.onbeforeunload = function() {

0 commit comments

Comments
 (0)