Skip to content
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

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

sat change to get value from intent #235

wants to merge 10 commits into from

Conversation

Nandana-NNR
Copy link
Contributor

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

@@ -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);
Copy link

@kevinshahfws kevinshahfws Oct 29, 2024

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.

Copy link
Collaborator

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);
Copy link
Contributor

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);
Copy link
Contributor

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) {
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants