Update FileController.cs

This commit is contained in:
Leigh Pointer
2021-02-18 08:55:13 +01:00
committed by GitHub
parent 45974a9c80
commit 1aae8a1373

View File

@ -546,9 +546,8 @@ namespace Oqtane.Controllers
file.ImageHeight = image.Height;
file.ImageWidth = image.Width;
}
stream.Close();
}
stream.Close();
}
return file;