Merge remote-tracking branch 'origin/master'
Jenkins Production Deployment

This commit is contained in:
2022-06-24 21:37:58 +02:00
@@ -153,7 +153,11 @@ export const removeElective = function (ical: iCalFile, chosenElective: string):
{name: 'Kryptographische Verfahren'}, {name: 'Kryptographische Verfahren'},
{name: 'Robotik'}, {name: 'Robotik'},
{name: 'Web-Services'}, {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); electiveToRemove.splice(parseInt(chosenElective), 1);