Browse Source

fix: property type returned by setInterval is Timeout, not Timer

Kristian Vos 9 months ago
parent
commit
e99514c781
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/src/modules/WebSocketModule.ts

+ 1 - 1
backend/src/modules/WebSocketModule.ts

@@ -20,7 +20,7 @@ export class WebSocketModule extends BaseModule {
 
 	private _wsServer?: WebSocketServer;
 
-	private _keepAliveInterval?: NodeJS.Timer;
+	private _keepAliveInterval?: NodeJS.Timeout;
 
 	/**
 	 * WebSocket Module