Incorporate Product and Business Analytics listings

By popular demand 😸
This commit is contained in:
R. Tyler Croy 2021-01-31 10:09:04 -08:00 committed by R. Tyler Croy
parent a92030b762
commit 757730e8e9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ function fetchJobs() {
* departments
*/
departments
.filter(d => ['Engineering', 'Data Science', 'Design'].includes(d.title))
.filter(d => ['Engineering', 'Data Science', 'Design', 'Business Analytics', 'Product'].includes(d.title))
.forEach((department) => {
department.postings.forEach((posting) => {
const team = posting.categories.team;