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

Merge branch 'master' into doc-source-links

This commit is contained in:
Krishna Acondy
2020-09-11 09:32:33 +01:00
committed by GitHub
4 changed files with 23 additions and 2 deletions

View File

@@ -194,7 +194,9 @@ export default class SASjs {
linesOfCode,
contextName,
accessToken,
silent
silent,
null,
this.sasjsConfig.debug
)
}

View File

@@ -69,7 +69,7 @@ export class SessionManager {
createSessionRequest
)
await this.waitForSession(createdSession, etag)
await this.waitForSession(createdSession, etag, accessToken)
this.sessions.push(createdSession)
return createdSession
}