diff --git a/job_applier.mjs b/job_applier.mjs index 7453dd1..a961029 100644 --- a/job_applier.mjs +++ b/job_applier.mjs @@ -35,8 +35,7 @@ import { const DEFAULT_ENABLED_APPLY_TYPES = [ 'easy_apply', 'wellfound', - 'greenhouse', 'lever', 'ashby', 'workday', 'jobvite', - 'unknown_external', + 'ashby', 'unknown_external', ]; const isPreview = process.argv.includes('--preview');