We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af67d1d + d3e6561 commit 3301ef1Copy full SHA for 3301ef1
1 file changed
src/modules/staff-status-updater/staff-status-updater.service.ts
@@ -95,7 +95,7 @@ export class StaffStatusUpdaterService {
95
});
96
97
const unCompleteCheck = answer
98
- .filter((ans) => ans.std_academic_chaos_answer_section !== "aptitude_102" || "aptitude_302")
+ .filter((ans) => ans.std_academic_chaos_answer_section !== "aptitude_102" && ans.std_academic_chaos_answer_section !== "aptitude_302")
99
.filter((ans) => {
100
return ans.stf_academic_chaos_question_score.length === 0;
101
0 commit comments