1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

fix: lint updates

This commit is contained in:
Allan Bowe
2021-05-10 11:13:39 +00:00
parent 50d1b4d824
commit 67c7147e62
6 changed files with 21 additions and 32 deletions

View File

@@ -91,10 +91,7 @@ export class SessionManager {
}
private async createAndWaitForSession(accessToken?: string) {
const {
result: createdSession,
etag
} = await this.requestClient
const { result: createdSession, etag } = await this.requestClient
.post<Session>(
`${this.serverUrl}/compute/contexts/${
this.currentContext!.id