Commit c20cfa8a authored by Clint Mourlevat's avatar Clint Mourlevat

Removing useless method

parent 5d3807e2
...@@ -5,9 +5,5 @@ namespace Stratis.Guru.Hubs ...@@ -5,9 +5,5 @@ namespace Stratis.Guru.Hubs
{ {
public class UpdateHub : Hub public class UpdateHub : Hub
{ {
public async Task SendMessage(string user, string message)
{
await Clients.All.SendAsync("ReceiveMessage", user, message);
}
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment