Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Apr 10, 2017
1 parent 253f7e5 commit db428a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vision/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ Vision.findImages_ = function(images, callback) {
}
]);
return;
};
}

var MAX_PARALLEL_LIMIT = 5;
images = arrify(images);
Expand Down

0 comments on commit db428a9

Please sign in to comment.