Skip to content

Commit

Permalink
Merge pull request #214 from sandboxnu/pp/filter-out-employee
Browse files Browse the repository at this point in the history
filter out employee
  • Loading branch information
pranavphadke1 authored Mar 17, 2024
2 parents a9da0fc + 4295bd5 commit 33e48e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/employees/matchEmployees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class Employees {
const hiddenProfs = [
"[email protected]",
"[email protected]",
"[email protected]",
];

const filteredList = employeeList.filter((person) => {
Expand Down

0 comments on commit 33e48e4

Please sign in to comment.