Skip to content

Commit 06542d9

Browse files
authored
Update lookup.js
1 parent 09a61a0 commit 06542d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/actions/lookup.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ function getSkillTagsInit() {}
2020
*/
2121
function getSkillTagsDone() {
2222
const params = {
23-
domain: 'SKILLS',
24-
status: 'APPROVED',
23+
filter: {
24+
domain: 'SKILLS',
25+
status: 'APPROVED'
26+
},
2527
limit: 1000,
2628
};
2729
return getService().getTags(params);

0 commit comments

Comments
 (0)