Skip to content

Commit

Permalink
Update queueitHelpers.js
Browse files Browse the repository at this point in the history
set CLOUDFRONT_SDK_VERSION to match release
  • Loading branch information
frwiqueueit authored Aug 28, 2020
1 parent fa65f31 commit 330dd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ViewerRequest/queueitHelpers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CLOUDFRONT_SDK_VERSION ="1.2.3";
const CLOUDFRONT_SDK_VERSION ="1.2.5";
const QueueIT = require("./sdk/queueit-knownuserv3-sdk.js");
exports.addKUPlatformVersion= function(redirectQueueUrl)
{
Expand All @@ -13,4 +13,4 @@ exports.configureKnownUserHashing= function() {
.digest('hex');
return hash;
};
}
}

0 comments on commit 330dd43

Please sign in to comment.