Skip to content

Commit

Permalink
fix(connect-webexplorer): some atributes were not passed throw the proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Jun 11, 2024
1 parent d6ff521 commit 5cb6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-webextension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ const initProxyChannel = () => {
() => {
(TrezorConnect as any)[method](payload).then((response: any) => {
channel.postMessage({
...response,
id,
payload: response.payload,
});
});
},
Expand Down

0 comments on commit 5cb6a26

Please sign in to comment.