RaPla Middleware: Fixing elective modules for semester 6

This commit is contained in:
Patrick Müller 2022-02-25 09:34:56 +01:00
parent 7622416a2f
commit 8a6b221513
Signed by: Paddy
GPG Key ID: 3433DBC617B195CA
1 changed files with 6 additions and 1 deletions

View File

@ -146,7 +146,12 @@ export const removeElective = function (ical: iCalFile, chosenElective: string):
{name: 'Forensik'},
{name: 'Kryptographische Verfahren'},
{name: 'Robotik'},
{name: 'Web-Services'}
{name: 'Web-Services'},
{name: 'High Performance Computing'},
{name: 'Digitale Audiosignalverarbeitung'},
{name: 'Psychologische Grundlagen für Informatiker'},
{name: 'Erklärbare Künstliche Intelligenz'},
{name: 'Innovation Management'}
];
electiveToRemove.splice(parseInt(chosenElective), 1);