Skip to content

Commit 933c5de

Browse files
authored
Merge pull request #117 from rashmi73/fix-tags-url-param
lint fix
2 parents 7fdec8f + 4a8bbdb commit 933c5de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/actions/lookup.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ function getSkillTagsDone() {
2222
const params = {
2323
filter: {
2424
domain: 'SKILLS',
25-
status: 'APPROVED'
25+
status: 'APPROVED',
2626
},
2727
limit: {
28-
limit: 1000
29-
}
28+
limit: 1000,
29+
},
3030
};
3131
return getService().getTags(params);
3232
}

0 commit comments

Comments
 (0)