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 c2d2600 commit 99536c5Copy full SHA for 99536c5
services/recognition_service.js
@@ -49,8 +49,6 @@ class RecognitionService {
49
options = { ...options, limit: 10 };
50
}
51
52
- console.log(options)
53
-
54
// add parameters to basic url
55
let full_url = get_full_url(
56
this.recognize_base_url,
@@ -60,7 +58,7 @@ class RecognitionService {
60
58
let url = add_options_to_url(
61
59
full_url,
62
this.options,
63
- tmp,
+ options,
64
required_url_parameters
65
);
66
0 commit comments