Skip to content

Commit 6e952a0

Browse files
committed
Update src/Modules/SimplCommerce.Module.StorageLocal/LocalStorageService.cs
1 parent ddd3fa2 commit 6e952a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public async Task SaveMediaAsync(Stream mediaBinaryStream, string fileName, stri
2727
using (var output = new FileStream(filePath, FileMode.Create))
2828
{
2929
await mediaBinaryStream.CopyToAsync(output);
30-
3130
}
3231
}
3332

0 commit comments

Comments
 (0)