mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
chore(*): remove unused variables
This commit is contained in:
@@ -886,7 +886,7 @@ export class SASViyaApiClient {
|
||||
printPid = false,
|
||||
variables?: MacroVar
|
||||
) {
|
||||
let { access_token, refresh_token, client, secret } = authConfig || {}
|
||||
let { access_token } = authConfig || {}
|
||||
|
||||
if (isRelativePath(sasJob) && !this.rootFolderName) {
|
||||
throw new Error(
|
||||
@@ -985,7 +985,7 @@ export class SASViyaApiClient {
|
||||
data?: any,
|
||||
authConfig?: AuthConfig
|
||||
) {
|
||||
let { access_token, refresh_token, client, secret } = authConfig || {}
|
||||
let { access_token } = authConfig || {}
|
||||
if (isRelativePath(sasJob) && !this.rootFolderName) {
|
||||
throw new Error(
|
||||
'Relative paths cannot be used without specifying a root folder name.'
|
||||
|
||||
Reference in New Issue
Block a user