mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
chore(*): fix code formatting
This commit is contained in:
@@ -450,7 +450,7 @@ export class SASViyaApiClient {
|
|||||||
arguments: jobArguments
|
arguments: jobArguments
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const { result: postedJob, etag } = await this.request<Job>(
|
const { result: postedJob, etag } = await this.request<Job>(
|
||||||
`${this.serverUrl}/compute/sessions/${executionSessionId}/jobs`,
|
`${this.serverUrl}/compute/sessions/${executionSessionId}/jobs`,
|
||||||
postJobRequest
|
postJobRequest
|
||||||
|
|||||||
Reference in New Issue
Block a user