Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Nov 15, 2024
1 parent 89fa924 commit 5321c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function getHandlerArguments(
assertIsOnProtocolRequestArguments(request.params);

const { request: nestedRequest, scope } = request.params;
return { request: nestedRequest, scope };
return { origin, request: nestedRequest, scope };
}

case HandlerType.OnRpcRequest:
Expand Down

0 comments on commit 5321c38

Please sign in to comment.