From e83d7e9d57dffc566b9f47793ac32b5690fa302f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ton=C4=87i=20Vatavuk?= Date: Tue, 23 Sep 2025 15:21:03 +0200 Subject: [PATCH] Fix XML comment in UnzipFileAsync method Removed an unnecessary XML comment parameter closing tag. --- Oqtane.Client/Services/FileService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Oqtane.Client/Services/FileService.cs b/Oqtane.Client/Services/FileService.cs index 2b45455a..75256fc8 100644 --- a/Oqtane.Client/Services/FileService.cs +++ b/Oqtane.Client/Services/FileService.cs @@ -101,7 +101,6 @@ namespace Oqtane.Services /// Unzips the contents of a zip file /// /// Reference to the - /// /// Task UnzipFileAsync(int fileId); }