Merge remote-tracking branch 'origin/master'
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2022-06-24 21:37:58 +02:00
commit a9ad5e8f87
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

View File

@ -153,7 +153,11 @@ export const removeElective = function (ical: iCalFile, chosenElective: string):
{name: 'Kryptographische Verfahren'},
{name: 'Robotik'},
{name: 'Web-Services'},
{name: 'High Performance Computing'}
{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);