From d8ff5935d984e4ae61da1a88ddc4b1cf82e816d4 Mon Sep 17 00:00:00 2001 From: zachwozn Date: Sat, 22 Jun 2024 23:10:48 -0500 Subject: [PATCH 1/2] Added zachwozn to Team.js (#798) * Added Wolverines Health Org to revive providers - This is not the actual commit. * Added zachwozn to team list --- extension/scripts/global/team.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extension/scripts/global/team.js b/extension/scripts/global/team.js index f952eebda..5bd1c26b0 100644 --- a/extension/scripts/global/team.js +++ b/extension/scripts/global/team.js @@ -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( From 70e8479c6b1cb4320f1bbab6b653fbb28225ab58 Mon Sep 17 00:00:00 2001 From: Sashank999 Date: Sun, 23 Jun 2024 04:11:11 +0000 Subject: [PATCH 2/2] Prettified Code! --- extension/scripts/global/team.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/scripts/global/team.js b/extension/scripts/global/team.js index 5bd1c26b0..4d1093896 100644 --- a/extension/scripts/global/team.js +++ b/extension/scripts/global/team.js @@ -201,8 +201,8 @@ const TEAM = [ title: "Developer", core: false, torn: 2301700, - color: "#017BC7" - } + color: "#017BC7", + }, ]; const CONTRIBUTORS = TEAM.filter(({ title, color }) => title.includes("Developer") || color).reduce(