Merge remote-tracking branch 'origin/master'
All checks were successful
Jenkins Production Deployment
All checks were successful
Jenkins Production Deployment
This commit is contained in:
commit
a9ad5e8f87
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user