Fix XML comment in UnzipFileAsync method

Removed an unnecessary XML comment parameter closing tag.
This commit is contained in:
Tonći Vatavuk
2025-09-23 15:21:03 +02:00
committed by GitHub
parent 151af30259
commit e83d7e9d57

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);
}