From 8316eaf5ac6c1cdb294251ead8b933fb5a830645 Mon Sep 17 00:00:00 2001 From: ovsak Date: Sat, 23 Nov 2024 22:25:56 +0100 Subject: [PATCH] Fixed comment in IContentGroupService --- core/Piranha/Services/IContentGroupService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Piranha/Services/IContentGroupService.cs b/core/Piranha/Services/IContentGroupService.cs index 746458d5b..55f20f25d 100644 --- a/core/Piranha/Services/IContentGroupService.cs +++ b/core/Piranha/Services/IContentGroupService.cs @@ -44,6 +44,5 @@ public interface IContentGroupService /// Deletes the given model. /// /// The model - /// Task DeleteAsync(ContentGroup model); }