File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ var constructor = function () {
161161 }
162162
163163 var userIdentities = filteredUser . getUserIdentities ( ) . userIdentities ;
164+
164165 return replaceOtherIdentityWithEmailsha256 ( userIdentities ) ;
165166 }
166167
Original file line number Diff line number Diff line change @@ -1455,7 +1455,7 @@ describe('Rokt Forwarder', () => {
14551455 ) ;
14561456 } ) ;
14571457
1458- it ( 'should not set emailsha256 on final select placements attributes when hashedEmailUserIdentityType is Unassigned' , async ( ) => {
1458+ it ( 'should NOT set emailsha256 on final select placements attributes when hashedEmailUserIdentityType is Unassigned' , async ( ) => {
14591459 window . mParticle . Rokt . filters = {
14601460 userAttributeFilters : [ ] ,
14611461 filterUserAttributes : function ( attributes ) {
You can’t perform that action at this time.
0 commit comments