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:
222222 - LVT-256
223223 - CORE-635
224224 - feat/system-admin
225+ - pm-1464
225226
226227 - deployQa :
227228 context : org-global
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ export const getMembersByUserIds = async (
4242
4343const membersFactory = ( members : Member [ ] ) : FormattedMembers [ ] => members . map ( member => ( {
4444 ...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 ,
4747} ) )
4848
4949/**
You can’t perform that action at this time.
0 commit comments