Skip to content

Commit

Permalink
add more fields (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLLKong authored May 28, 2024
1 parent 9cbf30c commit 7b399cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scrapers/jobs/puppet.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ const scrapeJobs = async browser => {
language: 'English',
datePosted: datePosted,
validThrough: validThrough,
paid: true,
site1: true,
site2: true,
site3: true,
site4: true,
site5: true,
};
});

Expand Down

0 comments on commit 7b399cd

Please sign in to comment.