dfgdf
This commit is contained in:
parent
ef49715655
commit
ba120bfa24
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user