Skip to content

Commit 16dd7cb

Browse files
committed
Update src/Modules/SimplCommerce.Module.StorageLocal/LocalStorageService.cs
1 parent 30e60e7 commit 16dd7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/SimplCommerce.Module.StorageLocal/LocalStorageService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public async Task SaveMediaAsync(Stream mediaBinaryStream, string fileName, stri
2121
{
2222
Directory.CreateDirectory(dirPath);
2323
}
24+
2425
var filePath = Path.Combine(dirPath, fileName);
2526
using (var output = new FileStream(filePath, FileMode.Create))
2627
{

0 commit comments

Comments
 (0)