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 /// Unzips the contents of a zip file
/// </summary> /// </summary>
/// <param name="fileId">Reference to the <see cref="File"/></param> /// <param name="fileId">Reference to the <see cref="File"/></param>
/// </param>
/// <returns></returns> /// <returns></returns>
Task UnzipFileAsync(int fileId); Task UnzipFileAsync(int fileId);
} }