diff --git a/src/api/group.js b/src/api/group.js index 6188987d..6ab192fd 100644 --- a/src/api/group.js +++ b/src/api/group.js @@ -84,11 +84,11 @@ const groupReq = { if (typeof ref === 'undefined') { groupReq .getGroup(params) - .catch(reject) .then((args) => { args.ref = groupStore.applyGroup(args.json); resolve(args); - }); + }) + .catch(reject); } else { resolve({ cache: true,