Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1470310

Browse files
author
dengjun
committed
V1 filter
1 parent 30b4fda commit 1470310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ function handleArchivedJobCandidates(jobCandidates, jobs) {
366366
const job = _.find(jobs, ["id", jc.jobId]);
367367
if (job.hoursPerWeek >= constants.MIN_HOUR_PER_WEEK_TO_WITHDRAW) {
368368
assignWithDraw = true;
369-
return;
369+
return false;
370370
}
371371
});
372372

0 commit comments

Comments
 (0)