We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06542d9 commit e164929Copy full SHA for e164929
src/services/lookup.js
@@ -25,7 +25,7 @@ class LookupService {
25
* @return {Promise} Resolves to the tags.
26
*/
27
async getTags(params) {
28
- const res = await this.private.api.get(`/tags/?filter=${qs.stringify(params)}`);
+ const res = await this.private.api.get(`/tags/?${qs.stringify(params)}`);
29
return getApiResponsePayload(res);
30
}
31
0 commit comments