Skip to content

Commit

Permalink
lol.... Node.js reverted to NodeJS in code file (used as namespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensstigaard committed Aug 5, 2024
1 parent 27f2f87 commit b84aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/connection-tcp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ConnectionTCP {

protected _isRetrying: boolean = false
protected _reconnectionIntervalTimeout: number = 10000
protected _reconnectionInterval: Node.js.Timeout | null = null
protected _reconnectionInterval: NodeJS.Timeout | null = null

// // Timeout for establishing the connection. Should be smaller than the reconnect invterval!
// protected _connectTimeoutDuration: number = 5000
Expand Down

0 comments on commit b84aded

Please sign in to comment.