diff --git a/src/actions/lookup.js b/src/actions/lookup.js index f46b4b1f..8ad23f59 100644 --- a/src/actions/lookup.js +++ b/src/actions/lookup.js @@ -22,11 +22,11 @@ function getSkillTagsDone() { const params = { filter: { domain: 'SKILLS', - status: 'APPROVED' + status: 'APPROVED', }, limit: { - limit: 1000 - } + limit: 1000, + }, }; return getService().getTags(params); }