diff --git a/NodeApp/src/config/Config.ts b/NodeApp/src/config/Config.ts index 51193829e79c0be8760b24b6a6c9bbf120137936..d1935ab6335da38804364d3065639f65f1629882 100644 --- a/NodeApp/src/config/Config.ts +++ b/NodeApp/src/config/Config.ts @@ -14,10 +14,6 @@ class Config { defaultLocalExercise: string }; - public assignment: { - filename: string - }; - public readonly exercise: { neededFiles: Array<string> }; @@ -36,10 +32,6 @@ class Config { defaultLocalExercise: process.env.LOCAL_EXERCISE_DEFAULT_FOLDER || './' }; - this.assignment = { - filename: process.env.ASSIGNMENT_FILENAME || '' - }; - this.exercise = { neededFiles: JSON.parse(process.env.EXERCISE_NEEDED_FILES || '[]') }; diff --git a/NodeApp/src/shared b/NodeApp/src/shared index 8424367748a6fc47f8da10b85e7663f3f7d07620..bf9d1563115f0c0db0863beed88bdb2ef87c5285 160000 --- a/NodeApp/src/shared +++ b/NodeApp/src/shared @@ -1 +1 @@ -Subproject commit 8424367748a6fc47f8da10b85e7663f3f7d07620 +Subproject commit bf9d1563115f0c0db0863beed88bdb2ef87c5285 diff --git a/NodeApp/src/sharedByClients b/NodeApp/src/sharedByClients index 97ba763f9517880ecfa6245c172a0e330ebdd11a..7c9d9b4403992ce31b400f9a1084774fc8e7bb3d 160000 --- a/NodeApp/src/sharedByClients +++ b/NodeApp/src/sharedByClients @@ -1 +1 @@ -Subproject commit 97ba763f9517880ecfa6245c172a0e330ebdd11a +Subproject commit 7c9d9b4403992ce31b400f9a1084774fc8e7bb3d