1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

chore: added comments

This commit is contained in:
Saad Jutt
2021-12-05 19:27:07 +05:00
parent 712d1549c7
commit 182de51f9b
3 changed files with 6 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ export class WebJobExecutor extends BaseJobExecutor {
}
const requestPromise = new Promise((resolve, reject) => {
// Access token is required for server type `SASjs`
this.requestClient!.post(apiUrl, formData, authConfig?.access_token)
.then(async (res: any) => {
const resObj =