Skip to content

Commit b63e9e7

Browse files
committed
fix typo
1 parent cd9598d commit b63e9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ export class ReplayContainer implements ReplayContainerInterface {
10011001

10021002
try {
10031003
const response = await transport.send(envelope);
1004-
// TODO (v8): we can remove this guard once transport.end's type signature doesn't include void anymore
1004+
// TODO (v8): we can remove this guard once transport.send's type signature doesn't include void anymore
10051005
if (response) {
10061006
this._rateLimits = updateRateLimits(this._rateLimits, response);
10071007
if (isRateLimited(this._rateLimits, 'replay')) {

0 commit comments

Comments
 (0)