Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Nov 20, 2024
1 parent 20c199a commit cc4715d
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 cc4715d

Please sign in to comment.