Skip to content

Commit dc5c4c5

Browse files
set default limit value to 0
1 parent 9569b3c commit dc5c4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/recognition_service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class RecognitionService {
4545
};
4646

4747
if (!options.limit) {
48-
options = { ...options, limit: 10 };
48+
options = { ...options, limit: 0 };
4949
}
5050

5151
// add parameters to basic url

0 commit comments

Comments
 (0)