remove redundant check
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
dd03eed0fb
commit
ba27eb07b1
@ -321,8 +321,8 @@ export async function runPipeline(config: Partial<PipelineConfig> = {}): Promise
|
||||
await jobsRepo.updateJob(job.id, {
|
||||
suitabilityScore: score,
|
||||
suitabilityReason: reason,
|
||||
...(sponsorMatchScore !== undefined && { sponsorMatchScore }),
|
||||
...(sponsorMatchNames !== undefined && { sponsorMatchNames }),
|
||||
sponsorMatchScore,
|
||||
sponsorMatchNames,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user