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';
|
||||
|
||||
const DEFAULT_ENABLED_APPLY_TYPES = [
|
||||
'easy_apply', 'wellfound',
|
||||
'ashby', 'unknown_external',
|
||||
'easy_apply', 'wellfound', 'ashby',
|
||||
];
|
||||
|
||||
const isPreview = process.argv.includes('--preview');
|
||||
|
||||
Reference in New Issue
Block a user