Skip to content

Commit

Permalink
formatting
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 a87d189 commit f396380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/connatixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,7 @@ export const spec = {
return;
}

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

0 comments on commit f396380

Please sign in to comment.