Skip to content

Commit

Permalink
Adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SbDove committed Aug 7, 2024
1 parent 0fd1a40 commit 8b2170d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/initialization.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ var initialization = {

function buildPartnerData(userIdentities) {
var SHA256 = require('crypto-js/sha256');

// To-Do: finalize which PD values we are utilizing
var email = userIdentities.userIdentities['email'];
var cleansedEmail = normalizeEmail(email);
Expand Down

0 comments on commit 8b2170d

Please sign in to comment.