Skip to content

Commit

Permalink
Merge pull request #680 from OneCommunityGlobal/revert-678-vishala_le…
Browse files Browse the repository at this point in the history
…aderboard_task_api_fix

Revert "Vishala LB and Task api fix"
  • Loading branch information
one-community authored Jan 4, 2024
2 parents c448852 + 1e8f5e4 commit 63ea485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/dashboardhelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ const dashboardhelper = function () {
.endOf('week')
.format('YYYY-MM-DD');


let teamMemberIds = [userid]
let teamMembers = [];

Expand Down Expand Up @@ -210,6 +211,7 @@ const dashboardhelper = function () {
.then((res)=>{ return res; }).catch((e)=>{})
}


}

teamMemberIds = teamMembers.map(member => member._id);
Expand Down

0 comments on commit 63ea485

Please sign in to comment.