Skip to content

Commit 461ace4

Browse files
Apply suggestion from @alexs-mparticle
Co-authored-by: Alex S <49695018+alexs-mparticle@users.noreply.github.com>
1 parent 80e7f52 commit 461ace4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/roktManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ export default class RoktManager {
195195
let newHashedEmail: string | undefined;
196196

197197
// Hashed email identity is valid if it is set to Other-Other10
198-
199198
if(this.mappedEmailShaIdentityType && IdentityType.getIdentityType(this.mappedEmailShaIdentityType) !== false) {
200199
currentHashedEmail = currentUserIdentities[this.mappedEmailShaIdentityType];
201200
newHashedEmail = mappedAttributes['emailsha256'] as string || undefined;

0 commit comments

Comments
 (0)