1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

fix: should not assign error to parsedSasjsServeLog

This commit is contained in:
2022-08-29 02:34:13 +05:00
parent 010fd063df
commit 2b7281e70c

View File

@@ -88,9 +88,6 @@ export class SASjsApiClient {
.then((res: any) => {
if (res.log) parsedSasjsServerLog = res.log
})
.catch((err) => {
parsedSasjsServerLog = err
})
return parsedSasjsServerLog
}