API-32: Fixing wrong module name
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2021-10-07 14:01:20 +02:00
parent 03250ef182
commit 9b58a8d237

View File

@ -149,7 +149,7 @@ let electiveModules = [
{name: 'Evolutionäre Algorithmen'}, {name: 'Evolutionäre Algorithmen'},
{name: 'Forensik'}, {name: 'Forensik'},
{name: 'Kryptographische Verfahren'}, {name: 'Kryptographische Verfahren'},
{name: 'Anwendung der Robotik'}, {name: 'Robotik'},
{name: 'Web-Services'} {name: 'Web-Services'}
]; ];