Skip to content

Commit 757730e

Browse files
committed
Incorporate Product and Business Analytics listings
By popular demand 😸
1 parent a92030b commit 757730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/jobs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function fetchJobs() {
4343
* departments
4444
*/
4545
departments
46-
.filter(d => ['Engineering', 'Data Science', 'Design'].includes(d.title))
46+
.filter(d => ['Engineering', 'Data Science', 'Design', 'Business Analytics', 'Product'].includes(d.title))
4747
.forEach((department) => {
4848
department.postings.forEach((posting) => {
4949
const team = posting.categories.team;

0 commit comments

Comments
 (0)