1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 13:30:04 +00:00

fix: added additional params to axios POST while deploy to SASJS server

This commit is contained in:
Saad Jutt
2022-02-22 16:09:15 +05:00
parent d2739d1791
commit 1ff67ed93c
2 changed files with 11 additions and 3 deletions

View File

@@ -37,7 +37,10 @@ export class SASjsApiClient {
}>(
'SASjsApi/drive/deploy',
{ fileTree: members, appLoc: appLoc },
access_token
access_token,
undefined,
{},
{ maxContentLength: Infinity, maxBodyLength: Infinity }
)
return Promise.resolve(result)