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:
@@ -34,8 +34,7 @@ import {
|
|||||||
} from './lib/constants.mjs';
|
} from './lib/constants.mjs';
|
||||||
|
|
||||||
const DEFAULT_ENABLED_APPLY_TYPES = [
|
const DEFAULT_ENABLED_APPLY_TYPES = [
|
||||||
'easy_apply', 'wellfound',
|
'easy_apply', 'wellfound', 'ashby',
|
||||||
'ashby', 'unknown_external',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const isPreview = process.argv.includes('--preview');
|
const isPreview = process.argv.includes('--preview');
|
||||||
|
|||||||
Reference in New Issue
Block a user