Skip to content

Commit

Permalink
Update packages/js-sdk/src/sandbox/filesystem/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vasek Mlejnsky <[email protected]>
  • Loading branch information
0div and mlejva authored Dec 11, 2024
1 parent b52fbb6 commit a520b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js-sdk/src/sandbox/filesystem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class Filesystem {
// Important: RFC 7578, Section 4.2 requires that if a filename is provided,
// the directory path information must not be used.
// BUT in our case we need to use the directory path information with a custom
// muktipart part name getter in envd.
// multipart part name getter in envd.
fd.append('file', blob, files[i].path)

return fd
Expand Down

0 comments on commit a520b2f

Please sign in to comment.