Skip to content

Commit 4d952f8

Browse files
authored
Update lookup.js
1 parent 57d81ae commit 4d952f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/actions/lookup.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ function getSkillTagsDone() {
2424
domain: 'SKILLS',
2525
status: 'APPROVED'
2626
},
27-
limit: 1000,
27+
limit: {
28+
limit: 1000
29+
}
2830
};
2931
return getService().getTags(params);
3032
}

0 commit comments

Comments
 (0)