We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e54224 + 2a3df10 commit 958cb5dCopy full SHA for 958cb5d
conditional/blueprints/intro_evals.py
@@ -113,7 +113,7 @@ def get_fid_cm_count(member_id):
113
elif freshman_data.freshman_eval_result != "Pending" and internal:
114
continue
115
116
- h_meetings = [m.meeting_id for m in get_hm(member)]
+ h_meetings = [m.meeting_id for m in get_hm(member, only_absent=True)]
117
member_info = {
118
'name': name,
119
'uid': uid,
0 commit comments