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

feat(job-execution): support absolute paths to SAS jobs

This commit is contained in:
Krishna Acondy
2020-09-16 08:49:18 +01:00
parent e7e238e20b
commit 5f5d84da87
5 changed files with 76 additions and 27 deletions

View File

@@ -78,7 +78,7 @@ export class SessionManager {
if (!this.currentContext) {
const { result: contexts } = await this.request<{
items: Context[]
}>(`${this.serverUrl}/compute/contexts`, {
}>(`${this.serverUrl}/compute/contexts?limit=10000`, {
headers: this.getHeaders(accessToken)
})