From f4586358411875763e76ca696797fab28a722fca Mon Sep 17 00:00:00 2001 From: anonym-HPI <68286419+anonym-HPI@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:15:14 +0200 Subject: [PATCH] fix config.ts --- backend/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/config.ts b/backend/src/config.ts index 70691912f..13e081ad9 100644 --- a/backend/src/config.ts +++ b/backend/src/config.ts @@ -25,7 +25,7 @@ export class Config { private static _cleanupEnabled?: boolean; - private static _cleanupTime: number; + private static _cleanupTime?: number; public static get websocketPort(): number { this.throwIfNotInitialized();