Skip to content

Commit 16adc03

Browse files
claudfuenclaude
andcommitted
fix: add deactivated:false to members.some activity check
Per Tofik's review - match the same member scope used in the select clause so deactivated members don't count as active. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 044fb51 commit 16adc03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/app/src/trigger/tasks/task/weekly-task-reminder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const weeklyTaskReminder = schedules.task({
2222
onboardingCompleted: true,
2323
members: {
2424
some: {
25+
deactivated: false,
2526
user: {
2627
sessions: {
2728
some: {

0 commit comments

Comments
 (0)