fix: streaming viya deploy isStreaming function stability fix
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m59s
Build / Build-and-test-development (pull_request) Successful in 8m30s

This commit is contained in:
Mihajlo Medjedovic
2025-06-06 13:06:55 +02:00
parent 4c3c9ac88c
commit 4830c6d219

View File

@@ -321,8 +321,8 @@ export class HelperService {
if (serverType !== 'SASVIYA') return false
if (
location.search.includes('?_file=') &&
location.pathname.includes('/SASJobExecution')
location.search.toLowerCase().includes('?_file=') &&
location.pathname.toLowerCase().includes('/sasjobexecution')
)
return true