Disable unknown_external in applier for now, keep ashby only

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 20:23:32 -08:00
parent b19cb68370
commit f85c4295eb

View File

@@ -34,8 +34,7 @@ import {
} from './lib/constants.mjs';
const DEFAULT_ENABLED_APPLY_TYPES = [
'easy_apply', 'wellfound',
'ashby', 'unknown_external',
'easy_apply', 'wellfound', 'ashby',
];
const isPreview = process.argv.includes('--preview');