1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 23:50:06 +00:00

feat(folder): made 'deleteFolder' method public

This commit is contained in:
Yury Shkoda
2020-09-26 11:41:18 +03:00
parent 99d0b01a24
commit 9b1d295b82
2 changed files with 13 additions and 2 deletions

View File

@@ -1508,6 +1508,8 @@ export class SASViyaApiClient {
`${this.serverUrl}${url}`,
requestInfo
).catch((err) => {
// FIXME: handle 'code: 'ENOTFOUND'' properly
throw err
})