Skip to content

Commit

Permalink
Added zachwozn to Team.js (#798)
Browse files Browse the repository at this point in the history
* Added Wolverines Health Org to revive providers
- This is not the actual commit.

* Added zachwozn to team list
  • Loading branch information
zachwozn authored Jun 23, 2024
1 parent 2067be0 commit d8ff593
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extension/scripts/global/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ const TEAM = [
torn: 1977683,
color: "#841210",
},
{
name: "zachwozn",
title: "Developer",
core: false,
torn: 2301700,
color: "#017BC7"
}
];

const CONTRIBUTORS = TEAM.filter(({ title, color }) => title.includes("Developer") || color).reduce(
Expand Down

0 comments on commit d8ff593

Please sign in to comment.