Skip to content

Commit

Permalink
fix config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
anonym-HPI committed Sep 20, 2023
1 parent a52642e commit f458635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f458635

Please sign in to comment.