Skip to content

Commit e772669

Browse files
committed
fix(lint): fixed husky lint issues
1 parent 84ecaee commit e772669

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/helpers/userHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,7 @@ const userHelper = function () {
21222122
const user = users[i];
21232123
const { _id, badgeCollection } = user;
21242124
const personId = mongoose.Types.ObjectId(_id);
2125+
21252126
await checkTotalHrsInCat(personId, user, badgeCollection);
21262127

21272128
// remove cache after badge asssignment.

0 commit comments

Comments
 (0)