From 4a8bbdb7be8902c6d9a565a1da92cd5526353c44 Mon Sep 17 00:00:00 2001 From: rashmi73 Date: Wed, 11 Dec 2019 14:42:34 +0530 Subject: [PATCH] lint fix --- src/actions/lookup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }