File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/apps/copilots/src/services Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ workflows:
222
222
- LVT-256
223
223
- CORE-635
224
224
- feat/system-admin
225
+ - pm-1464
225
226
226
227
- deployQa :
227
228
context : org-global
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ export const getMembersByUserIds = async (
42
42
43
43
const membersFactory = ( members : Member [ ] ) : FormattedMembers [ ] => members . map ( member => ( {
44
44
...member ,
45
- activeProjects : member . stats . find ( item => item . COPILOT . activeProjects ) ?. COPILOT . activeProjects || 0 ,
46
- copilotFulfillment : member . stats . find ( item => item . COPILOT . fulfillment ) ?. COPILOT . fulfillment || 0 ,
45
+ activeProjects : member . stats ? .find ( item => item . COPILOT ? .activeProjects ) ?. COPILOT ? .activeProjects || 0 ,
46
+ copilotFulfillment : member . stats ? .find ( item => item . COPILOT ? .fulfillment ) ?. COPILOT ? .fulfillment || 0 ,
47
47
} ) )
48
48
49
49
/**
You can’t perform that action at this time.
0 commit comments