Skip to content

Commit

Permalink
ATM Role reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
XDerpingxGruntX authored Oct 24, 2024
1 parent 3a8bbba commit cfb9fe6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions controllers/ControllerController.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,36 +122,31 @@ router.get("/staff", async (req, res) => {
atm: {
title: "Air Traffic Manager",
code: "atm",
email: "zab-atm",
users: [],
},
datm: {
title: "Deputy Air Traffic Manager",
code: "datm",
email: "zab-datm",
users: [],
},
ta: {
title: "Training Administrator",
code: "ta",
email: "zab-ta",
users: [],
},
ec: {
title: "Events Team",
code: "zab-ec",
code: "ec",
users: [],
},
wm: {
title: "Web Team",
code: "wm",
email: "john.morgan",
users: [],
},
fe: {
title: "Facility Engineer",
code: "fe",
email: "edward.sterling",
users: [],
},
ins: {
Expand All @@ -167,7 +162,6 @@ router.get("/staff", async (req, res) => {
dta: {
title: "Deputy Training Administrator",
code: "dta",
email: "zab-dta",
users: [],
},
};
Expand Down Expand Up @@ -715,7 +709,7 @@ router.post("/:cid", microAuth, async (req, res) => {
];

await transporter.sendMail({
to: "zab-atm@vatusa.net; zab-datm@vatusa.net; zab-ta@vatusa.net",
to: "atm@zabartcc.org; datm@zabartcc.org; ta@zabartcc.org",
from: {
name: "Albuquerque ARTCC",
address: "[email protected]",
Expand Down

0 comments on commit cfb9fe6

Please sign in to comment.