Skip to content

Commit 4a8bbdb

Browse files
committedDec 11, 2019
lint fix
1 parent 8ebe97a commit 4a8bbdb

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)
Please sign in to comment.