From 98267d3e8c0a4c1dcc9bff2be789ad7d086140cb Mon Sep 17 00:00:00 2001 From: Konstantin Rybakov Date: Wed, 7 Aug 2024 17:15:33 +0300 Subject: [PATCH] add another lever allowed host --- lib/hiring-platforms/lever.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hiring-platforms/lever.ts b/lib/hiring-platforms/lever.ts index 39d9655..47f71ff 100644 --- a/lib/hiring-platforms/lever.ts +++ b/lib/hiring-platforms/lever.ts @@ -5,7 +5,7 @@ import { HiringPlatform } from './base' import { type LeverJob, LeverWorkplaceType } from './lever/types' export class Lever extends HiringPlatform { - allowedHosts = ['jobs.lever.co'] + allowedHosts = ['jobs.lever.co', 'jobs.eu.lever.co'] async checkURL(): Promise { console.log(this.url.host)