This commit is contained in:
Ryan Peters 2024-01-17 20:16:31 -05:00
parent ef49715655
commit ba120bfa24

View File

@ -29,7 +29,7 @@ namespace BinaryDad.Coding.Hubs
return Clients.All.SendAsync("ReceiveCode", user, index, code);
}
return null;
return Task.CompletedTask;
}
public async Task SaveName(string name, string color)