Skip to content

Commit bcf05c1

Browse files
committed
Remove overwritten assignment
1 parent 85ebbf4 commit bcf05c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/PostmessageTransport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class PostmessageTransport extends EventEmitter implements ITransport {
4545
public timeoutSeconds = 10;
4646

4747
private _ready = false;
48-
private _widgetId: string | null = null;
48+
private _widgetId: string | null;
4949
private readonly outboundRequests = new Map<string, IOutboundRequest | null>();
5050
private readonly stopController = new AbortController();
5151

0 commit comments

Comments
 (0)