File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ async function handleRequest(request) {
8484 }
8585 else {
8686 // Request can continue - we remove queueittoken form querystring parameter to avoid sharing of user specific token
87- if ( queueitToken && validationResult . actionType ) {
87+ if ( queueitToken && validationResult . actionType === "Queue" ) {
8888 response . status = '302' ;
8989 response . statusDescription = 'Found' ;
9090 response . headers [ 'location' ] = [ {
@@ -110,4 +110,4 @@ function getErrorText(e){
110110 errorText = JSON . stringify ( e ) ;
111111 }
112112 return errorText ;
113- }
113+ }
Original file line number Diff line number Diff line change 1- const CLOUDFRONT_SDK_VERSION = "1.2.5 " ;
1+ const CLOUDFRONT_SDK_VERSION = "1.2.6 " ;
22const QueueIT = require ( "./sdk/queueit-knownuserv3-sdk.js" ) ;
33exports . addKUPlatformVersion = function ( redirectQueueUrl )
44{
@@ -13,4 +13,4 @@ exports.configureKnownUserHashing= function() {
1313 . digest ( 'hex' ) ;
1414 return hash ;
1515 } ;
16- }
16+ }
You can’t perform that action at this time.
0 commit comments