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

fix: uploading file Buffer with FormData

This commit is contained in:
Saad Jutt
2021-06-10 16:49:20 +05:00
parent c5824a8a8d
commit 22445d1268
2 changed files with 7 additions and 4 deletions

View File

@@ -311,7 +311,7 @@ export default class SASjs {
*/
public async createFile(
fileName: string,
content: string,
content: Buffer,
parentFolderPath: string,
parentFolderUri?: string,
accessToken?: string,