Skip to content

Commit ddd3fa2

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

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
@@ -37,6 +37,7 @@ public async Task DeleteMediaAsync(string fileName)
3737
{
3838
throw new ArgumentException("Filename cannot be null, empty, or whitespace.", nameof(fileName));
3939
}
40+
4041
var filePath = Path.Combine(GlobalConfiguration.WebRootPath, MediaRootFoler, fileName);
4142
if (File.Exists(filePath))
4243
{

0 commit comments

Comments
 (0)