mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-18 17:40:06 +00:00
chore(move folder): improved error handling
This commit is contained in:
@@ -1291,7 +1291,7 @@ export class SASViyaApiClient {
|
|||||||
`${this.serverUrl}${url}`,
|
`${this.serverUrl}${url}`,
|
||||||
requestInfo
|
requestInfo
|
||||||
).catch((err) => {
|
).catch((err) => {
|
||||||
return { result: null }
|
throw err
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!folder) return undefined
|
if (!folder) return undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user