Skip to content

Commit

Permalink
⚡ make resendStatus public
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-runge committed Aug 4, 2024
1 parent d32bac4 commit a0294d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class Sender extends EventEmitter {

private sequence = 0;

private resendStatus = false;
public resendStatus = false;

#loopId: NodeJS.Timeout | undefined;

Expand Down

0 comments on commit a0294d6

Please sign in to comment.