From 519494718bb5aaacfdc3f65c823720201d86b2dc Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Wed, 27 Oct 2021 11:15:28 +0300 Subject: [PATCH] chore: address PR comments --- src/SASjs.ts | 6 +----- src/types/SASjsConfig.ts | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/SASjs.ts b/src/SASjs.ts index 92dd80e..2a3a12f 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -33,7 +33,6 @@ import { LoginOptions, LoginResult } from './types/Login' const defaultConfig: SASjsConfig = { serverUrl: '', - pathSASjs: '', pathSAS9: '/SASStoredProcess/do', pathSASViya: '/SASJobExecution', appLoc: '/Public/seedapp', @@ -831,10 +830,7 @@ export default class SASjs { } public async deployToSASjs(members: [FolderMember, ServiceMember]) { - return await this.SASjsApiClient?.deploy( - members, - this.sasjsConfig.appLoc - ) + return await this.SASjsApiClient?.deploy(members, this.sasjsConfig.appLoc) } public async executeJobSASjs(query: ExecutionQuery) { diff --git a/src/types/SASjsConfig.ts b/src/types/SASjsConfig.ts index b3e75ff..b562dcb 100644 --- a/src/types/SASjsConfig.ts +++ b/src/types/SASjsConfig.ts @@ -21,7 +21,6 @@ export class SASjsConfig { * will use '/SASJobExecution' on SAS Viya. */ pathSASViya: string = '' - pathSASjs: string = '' /** * The appLoc is the parent folder under which the SAS services (STPs or Job * Execution Services) are stored. We recommend that each app is stored in