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:
@@ -311,7 +311,7 @@ export default class SASjs {
|
||||
*/
|
||||
public async createFile(
|
||||
fileName: string,
|
||||
content: string,
|
||||
content: Buffer,
|
||||
parentFolderPath: string,
|
||||
parentFolderUri?: string,
|
||||
accessToken?: string,
|
||||
|
||||
Reference in New Issue
Block a user