fix: correct interval type

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-08-19 12:31:01 +02:00 committed by renovate[bot]
parent 137d4f263f
commit 09755272e6

View file

@ -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.