Show apply_url in summary for external jobs, add Ashby closed detection
External ATS jobs now show their actual apply URL instead of the LinkedIn listing URL. Also added Ashby-specific "job not found" text to closed detection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -305,7 +305,7 @@ async function handleResult(job, result, results, settings, profile, apiKey) {
|
||||
const applyDuration = applyStartedAt ? Math.round((Date.now() - applyStartedAt) / 1000) : null;
|
||||
|
||||
// Track per-job detail for summary
|
||||
results.jobDetails.push({ title, company, url: job.url, status, duration: applyDuration });
|
||||
results.jobDetails.push({ title, company, url: job.apply_url || job.url, status, duration: applyDuration });
|
||||
|
||||
switch (status) {
|
||||
case 'submitted':
|
||||
|
||||
Reference in New Issue
Block a user