1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 21:21:31 +00:00

fix: WebJobExecutor also returns log along result

This commit is contained in:
Saad Jutt
2022-02-24 22:02:17 +05:00
parent 761bf8de38
commit efcf3b273c
+1 -1
View File
@@ -208,7 +208,7 @@ export class WebJobExecutor extends BaseJobExecutor {
}
const responseObject = appendExtraResponseAttributes(
{ result: jsonResponse },
{ result: jsonResponse, log: parsedSasjsServerLog },
extraResponseAttributes
)
resolve(responseObject)