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

Scrom fix cbp #23

Merged

Conversation

bharathravi-in
Copy link

No description provided.

// tslint:disable-next-line: max-line-length
// `${environment.azureHost}/${environment.azureBucket}/content/html/${this.htmlContent.identifier}-snapshot/index.html?timestamp='${new Date().getTime()}`
// tslint:disable-next-line: max-line-length
`/abcd/${environment.azureBucket}/content/html/${this.htmlContent.identifier}-snapshot/index.html?timestamp='${new Date().getTime()}`

Choose a reason for hiding this comment

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

abcd , we need to add?

Copy link
Author

Choose a reason for hiding this comment

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

this is used for local proxy it is needed

} else {
if (environment.production) {
if (this.htmlContent.streamingUrl && this.htmlContent.initFile) {

Choose a reason for hiding this comment

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

put additional check for this.htmlContent

Copy link
Author

@bharathravi-in bharathravi-in Aug 22, 2024

Choose a reason for hiding this comment

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

ok adding on top line no 347

// tslint:disable-next-line: max-line-length
// `${environment.azureHost}/${environment.azureBucket}/content/html/${this.htmlContent.identifier}-snapshot/index.html?timestamp='${new Date().getTime()}`
// tslint:disable-next-line: max-line-length
`${environment.azureHost}/${environment.azureBucket}/content/html/${this.htmlContent.identifier}-snapshot/index.html?timestamp='${new Date().getTime()}`

Choose a reason for hiding this comment

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

put additional check for this.htmlContent

Copy link
Author

@bharathravi-in bharathravi-in Aug 22, 2024

Choose a reason for hiding this comment

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

added on top line no 347

@vishnubansaltarento vishnubansaltarento merged commit b9d8066 into KB-iGOT:cbrelease-4.8.16.2 Aug 22, 2024
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.

2 participants