Skip to content

Commit

Permalink
fix: 🐛 dailyActivityDetail 에서 scaleTeam filter 가 적용되지 않는 경우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jpham005 committed Dec 2, 2023
1 parent a4761bd commit c0a42c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/dailyActivity/db/dailyActivity.database.dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ export class DailyActivityDaoImpl implements DailyActivityDao {
beginAt: '$beginAt',
filledAt: '$filledAt',
});
} else {
aggregate.match({ _id: null });
}

if (eventIds.length) {
Expand Down

0 comments on commit c0a42c3

Please sign in to comment.