mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 05:40:06 +00:00
fix: waitForSession accessToken not passed
This commit is contained in:
@@ -68,7 +68,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