Skip to content

Commit

Permalink
wrote data instead of response
Browse files Browse the repository at this point in the history
  • Loading branch information
Octavia Suceava authored and Octavia Suceava committed Oct 7, 2024
1 parent f396380 commit 87bfec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connatixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export const spec = {
return;
}

if (event.response.type === 'cnx_all_identity_providers_resolved') {
if (event.data.type === 'cnx_all_identity_providers_resolved') {
this.removeEventListener('message', handler);
event.stopImmediatePropagation();
}
Expand Down

0 comments on commit 87bfec8

Please sign in to comment.