Skip to content

Commit 2e10451

Browse files
jsjoeiocode-asher
andauthored
Update src/node/heart.ts
Co-authored-by: Asher <[email protected]>
1 parent ba70132 commit 2e10451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/heart.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Heart {
3333
if (typeof this.heartbeatTimer !== "undefined") {
3434
clearTimeout(this.heartbeatTimer)
3535
}
36-
this.heartbeatTimer = setTimeout(async () => await heartbeatTimer(this.isActive, this.beat), this.heartbeatInterval)
36+
this.heartbeatTimer = setTimeout(() => heartbeatTimer(this.isActive, this.beat), this.heartbeatInterval)
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)