Skip to content

Commit

Permalink
missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed May 10, 2024
1 parent e62d933 commit 561d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport-chrome/src/session-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class CRSessionManager {
return { requestId, channel };
}

private clientStreamHandler = ({ requestId }: TransportInitChannel) =>
private clientStreamHandler = (_signal: AbortSignal, { requestId }: TransportInitChannel) =>
Promise.resolve({
requestId,
error: errorToJson(
Expand Down

0 comments on commit 561d059

Please sign in to comment.