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:
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user