fix: streaming viya deploy isStreaming function stability fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user