Merge pull request #5652 from tvatavuk/patch-2

Fix XML comment in UnzipFileAsync method
This commit is contained in:
Shaun Walker
2025-09-24 08:17:24 -04:00
committed by GitHub

View File

@ -101,7 +101,6 @@ namespace Oqtane.Services
/// Unzips the contents of a zip file
/// </summary>
/// <param name="fileId">Reference to the <see cref="File"/></param>
/// </param>
/// <returns></returns>
Task UnzipFileAsync(int fileId);
}