Skip to content

Commit

Permalink
add another lever allowed host
Browse files Browse the repository at this point in the history
  • Loading branch information
konstrybakov committed Aug 7, 2024
1 parent 92981cf commit 98267d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hiring-platforms/lever.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<HiringPlatformName> {
console.log(this.url.host)
Expand Down

0 comments on commit 98267d3

Please sign in to comment.