Skip to content

Commit cc56e55

Browse files
committed
bug fix
1 parent 578c840 commit cc56e55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/services/Storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ std::string Storage::createFile(const std::string &bucketId, const std::string &
267267
// preparing the multipart-formdata
268268
payload << "--" << boundary << "\r\n"
269269
<< "Content-Disposition: form-data; name=\"fileId\"\r\n\r\n"
270-
<< fileName << "\r\n";`
270+
<< fileName << "\r\n";
271271

272272
payload << "--" << boundary << "\r\n"
273273
<< "Content-Disposition: form-data; name=\"file\"; filename=\"" << fileName << "\"\r\n"

tests/storage/files/createFile

58.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)