1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

Merge pull request #751 from sasjs/quick-fix

fix: should not assign error to parsedSasjsServeLog
This commit is contained in:
Allan Bowe
2022-08-28 22:42:07 +01:00
committed by GitHub

View File

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