1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 10:40:06 +00:00

chore(move folder): improved error handling

This commit is contained in:
Yury Shkoda
2020-09-09 15:08:36 +03:00
parent 951e119c08
commit e6ab5f918f

View File

@@ -1291,7 +1291,7 @@ export class SASViyaApiClient {
`${this.serverUrl}${url}`,
requestInfo
).catch((err) => {
return { result: null }
throw err
})
if (!folder) return undefined