We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b2e27 commit a66a032Copy full SHA for a66a032
packages/replay-internal/src/eventBuffer/EventBufferProxy.ts
@@ -50,6 +50,7 @@ export class EventBufferProxy implements EventBuffer {
50
}
51
52
/** @inheritdoc */
53
+ // eslint-disable-next-line @typescript-eslint/adjacent-overload-signatures
54
public set waitForCheckout(value: boolean) {
55
this._used.waitForCheckout = value;
56
0 commit comments