-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sat change to get value from intent #235
base: dev
Are you sure you want to change the base?
Conversation
@@ -434,10 +426,16 @@ export default class App extends Base { | |||
} | |||
|
|||
// Set the pubSub URL if present | |||
console.log('2507 test log - query params', query.params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all the debug logs before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, will be removed once we test on sky/foxtel
if (query.params.pubSubUrl) { | ||
process.env.PUB_SUB_URL = query.params.pubSubUrl; | ||
console.log('2507 test log - query params pubsuburl', process.env.PUB_SUB_URL); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug logs can be removed.
// Set the pubSub token if present | ||
if (query.params.pubSubToken) { | ||
process.env.PUB_SUB_TOKEN = query.params.pubSubToken; | ||
console.log('2507 test log - query params pubsubtoken', process.env.PUB_SUB_TOKEN); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug logs can be removed.
console.log('2507 test log - query params pubsuburl', process.env.PUB_SUB_URL); | ||
} | ||
// Set the pubSub token if present | ||
if (query.params.pubSubToken) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add an entry to search for this in the URL as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addressed
Description
Enter a detailed description of the PR here, including the nature and purpose of the changes.
JIRA Ticket
Include a link to the JIRA Ticket linked to this PR.
Issue-0000
Additional Info (Test steps / Steps to reproduce etc.)
Details on how to test the feature