From c4aee8f94485a5376a952d0ce5a86d5b705ea83d Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Fri, 31 Mar 2023 10:41:36 -0700 Subject: [PATCH] Removed dupe inline IClient from ChatHubClientResultsStronglyTyped --- .../Snippets/Hubs/ChatHubClientResultsStronglyTyped.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/signalr/hubs/samples/7.x/SignalRHubsSample/Snippets/Hubs/ChatHubClientResultsStronglyTyped.cs b/signalr/hubs/samples/7.x/SignalRHubsSample/Snippets/Hubs/ChatHubClientResultsStronglyTyped.cs index 102d099..2a579d6 100644 --- a/signalr/hubs/samples/7.x/SignalRHubsSample/Snippets/Hubs/ChatHubClientResultsStronglyTyped.cs +++ b/signalr/hubs/samples/7.x/SignalRHubsSample/Snippets/Hubs/ChatHubClientResultsStronglyTyped.cs @@ -3,11 +3,6 @@ using static System.Runtime.InteropServices.JavaScript.JSType; namespace SignalRHubsSample.Hubs; // -public interface IClient -{ - Task GetMessage(); -} - public class ChatHubClientResultsStronglyTyped : Hub { public interface IClient