Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Oct 4, 2023
1 parent 6c08bcb commit bee29cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tardismachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const pkg = require('../package.json')
export class TardisMachine {
private readonly _httpServer: http.Server
private readonly _wsServer: TemplatedApp
private _eventLoopTimerId: NodeJS.Timer | undefined = undefined
private _eventLoopTimerId: number | undefined = undefined

constructor(private readonly options: Options) {
init({
Expand Down

0 comments on commit bee29cb

Please sign in to comment.