mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix warnings.
This commit is contained in:
@@ -144,9 +144,7 @@ namespace Marechai.Areas.Admin.Controllers
|
||||
})
|
||||
{
|
||||
if(!Directory.Exists(Path.Combine(hostingEnvironment.WebRootPath, "assets/logos", format)))
|
||||
;
|
||||
|
||||
Directory.CreateDirectory(Path.Combine(hostingEnvironment.WebRootPath, "assets/logos", format));
|
||||
Directory.CreateDirectory(Path.Combine(hostingEnvironment.WebRootPath, "assets/logos", format));
|
||||
|
||||
SKEncodedImageFormat skFormat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user