1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 04:00:05 +00:00

Merge pull request #638 from sasjs/sasjsconfig-pathsasjs

fix: made pathsasjs non optional in sasjs config
This commit is contained in:
Allan Bowe
2022-02-17 11:39:29 +02:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -1031,7 +1031,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,