Skip to content

Commit e2c8d97

Browse files
committed
fix typo
1 parent 143c165 commit e2c8d97

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
@@ -994,7 +994,7 @@ export class ReplayContainer implements ReplayContainerInterface {
994994

995995
try {
996996
const response = await transport.send(envelope);
997-
// TODO (v8): we can remove this guard once transport.end's type signature doesn't include void anymore
997+
// TODO (v8): we can remove this guard once transport.send's type signature doesn't include void anymore
998998
if (response) {
999999
this._rateLimits = updateRateLimits(this._rateLimits, response);
10001000
if (isRateLimited(this._rateLimits, 'replay')) {

0 commit comments

Comments
 (0)