mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-19 01:50:06 +00:00
fix: waitForSession accessToken not passed
This commit is contained in:
@@ -68,7 +68,7 @@ export class SessionManager {
|
|||||||
createSessionRequest
|
createSessionRequest
|
||||||
)
|
)
|
||||||
|
|
||||||
await this.waitForSession(createdSession, etag)
|
await this.waitForSession(createdSession, etag, accessToken)
|
||||||
this.sessions.push(createdSession)
|
this.sessions.push(createdSession)
|
||||||
return createdSession
|
return createdSession
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user