Skip to content

Commit

Permalink
update uid2 sdk version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Dec 11, 2024
1 parent abeafcc commit 38bb430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const uid2BaseUrl = process.env.UID2_BASE_URL;
const uid2ApiKey = process.env.UID2_API_KEY;
const uid2ClientSecret = process.env.UID2_CLIENT_SECRET;
const uid2JsSdkUrl =
process.env.UID2_JS_SDK_URL || 'https://cdn.integ.uidapi.com/uid2-sdk-3.3.2.js';
process.env.UID2_JS_SDK_URL || 'https://cdn.integ.uidapi.com/uid2-sdk-3.9.0.js';

const ivLength = 12;
const nonceLength = 8;
Expand Down

0 comments on commit 38bb430

Please sign in to comment.