Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koo04 committed May 29, 2024
1 parent 89d8aa9 commit 839581d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stores/attendance.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ func (s *AttendanceStore) GetCount(memberId string) (int, error) {
},
},
},
{Key: "$match", Value: bson.D{{Key: "$not", Value: bson.D{{Key: "$regex", Value: "overlap"}}}}},
{Key: "names", Value: bson.D{{Key: "$push", Value: "$recordsWithPrev.current.name"}}},
{Key: "ids", Value: bson.D{{Key: "$push", Value: "$recordsWithPrev.current._id"}}},
{Key: "count", Value: bson.D{{Key: "$sum", Value: 1}}},
Expand Down

0 comments on commit 839581d

Please sign in to comment.