mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-16 00:20:06 +00:00
fix: should not assign error to parsedSasjsServeLog
This commit is contained in:
@@ -88,9 +88,6 @@ export class SASjsApiClient {
|
|||||||
.then((res: any) => {
|
.then((res: any) => {
|
||||||
if (res.log) parsedSasjsServerLog = res.log
|
if (res.log) parsedSasjsServerLog = res.log
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
|
||||||
parsedSasjsServerLog = err
|
|
||||||
})
|
|
||||||
|
|
||||||
return parsedSasjsServerLog
|
return parsedSasjsServerLog
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user