Skip to content

Commit

Permalink
Fix messaging for setHook endpoint (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautBremand authored Jan 19, 2024
1 parent fb237e0 commit a224040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/chromeServices/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ chrome.runtime.onMessage.addListener(
});
} else if (type === 'RECEIVE_SET_HOOK/V3') {
const { payload } = message;
sendMessageToTab<ReceiveSetHookContentMessage>(payload.id, {
handleTransactionResponse<ReceiveSetHookContentMessage>(payload.id, {
app,
type: 'RECEIVE_SET_HOOK/V3',
payload: {
Expand Down

0 comments on commit a224040

Please sign in to comment.