Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
🛂 Update backup list for doors
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladugyan committed Jan 9, 2024
1 parent 85d3f30 commit 355f4b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/pages/api/door/[doorName].ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import
// This needs to be updated at the turn of every year, and it is chosen by the KM
// Do not edit it without consulting the KM
const BACKUP_LIST_OF_STUDENT_IDS = [
'so2107ta-s', // Ordförande
'ju3007ka-s', // KM
'os5484st-s', // root
'ad2313ad-s', // DWWW-ansvarig
'ol1662le-s', // Informationsansvarig
'ax6160sv-s', // Skattmästare
'li1304ab-s', // Revisor
'jo4383ba-s', // Revisor
'em5261ha-s', // Ordförande, Emma Haggren
'ph3883ni-s', // KM, Philip Nielsen
'es1767st-s', // root, Esbjörn Stenberg
'ad2313ad-s', // DWWW-ansvarig, Daniel Adu-Gyan
'da6673he-s', // Informationsansvarig, Dag Hemberg
'fe0024vi-s', // Skattmästare, Felix Vigren
'ol1662le-s', // Revisor, Oliver Levay
'al6271gr-s', // Revisor, Alfred Grip
];

export default async function handler(req: NextApiRequest, res: NextApiResponse) {
Expand Down

0 comments on commit 355f4b4

Please sign in to comment.