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:
@@ -194,7 +194,9 @@ export default class SASjs {
|
||||
linesOfCode,
|
||||
contextName,
|
||||
accessToken,
|
||||
silent
|
||||
silent,
|
||||
null,
|
||||
this.sasjsConfig.debug
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user