We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9569b3c commit dc5c4c5Copy full SHA for dc5c4c5
services/recognition_service.js
@@ -45,7 +45,7 @@ class RecognitionService {
45
};
46
47
if (!options.limit) {
48
- options = { ...options, limit: 10 };
+ options = { ...options, limit: 0 };
49
}
50
51
// add parameters to basic url
0 commit comments