mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 04:00:05 +00:00
chore: sasjs path optional
This commit is contained in:
@@ -980,7 +980,7 @@ export default class SASjs {
|
||||
? this.sasjsConfig.pathSASViya
|
||||
: this.sasjsConfig.serverType === ServerType.Sas9
|
||||
? this.sasjsConfig.pathSAS9
|
||||
: this.sasjsConfig.pathSASJS
|
||||
: this.sasjsConfig.pathSASJS || ''
|
||||
|
||||
this.authManager = new AuthManager(
|
||||
this.sasjsConfig.serverUrl,
|
||||
|
||||
Reference in New Issue
Block a user