Skip to content

Commit 572f962

Browse files
committed
PN-13879: fix field name
1 parent e403f63 commit 572f962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenExchange/src/app/tokenGen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function getTokenComponent(decodedToken, keyId) {
5656
source.channel = decodedToken.source.channel;
5757
source.details = decodedToken.source.details;
5858
payload.source = source;
59-
if(decodedToken.source.type === 'TPP'){
59+
if(decodedToken.source.channel === 'TPP'){
6060
payload.retrievalId = decodedToken.retrievalId;
6161
}
6262
}

0 commit comments

Comments
 (0)