mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix: correct interval type
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
137d4f263f
commit
09755272e6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export class MessageTransporter extends EventEmitter2<MessageEventPayloadMap> {
|
|||
private destroyOnConnectedEventHandler: undefined | (() => void)
|
||||
private thisSideReady = false
|
||||
private otherSideReady = false
|
||||
private readyInterval: NodeJS.Timer | undefined
|
||||
private readyInterval: NodeJS.Timeout | undefined
|
||||
|
||||
/**
|
||||
* Send a message to the other side using the currently set message transporter.
|
||||
|
|
Loading…
Reference in a new issue