Skip to content

Commit

Permalink
modified comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skaush21 committed Dec 31, 2024
1 parent e6e241d commit 122c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/userHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ const userHelper = function () {
});
};

const getAllWeeksData = async (personId, user) => { // gets me time entries weeks values
const getAllWeeksData = async (personId, user) => { // gets time entries values (week)
const userId = mongoose.Types.ObjectId(personId);
const weeksData = [];
const currentDate = moment().tz('America/Los_Angeles');
Expand Down

0 comments on commit 122c29d

Please sign in to comment.