From 57de6ca9a19563335d6404a4fa5a949937da7fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 13 Oct 2023 12:17:03 +0200 Subject: [PATCH] Update shared --- NodeApp/src/config/Config.ts | 8 -------- NodeApp/src/shared | 2 +- NodeApp/src/sharedByClients | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/NodeApp/src/config/Config.ts b/NodeApp/src/config/Config.ts index 5119382..d1935ab 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 8424367..bf9d156 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 97ba763..7c9d9b4 160000 --- a/NodeApp/src/sharedByClients +++ b/NodeApp/src/sharedByClients @@ -1 +1 @@ -Subproject commit 97ba763f9517880ecfa6245c172a0e330ebdd11a +Subproject commit 7c9d9b4403992ce31b400f9a1084774fc8e7bb3d -- GitLab