Fix log
This commit is contained in:
parent
253855524c
commit
098e7b7266
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public partial class RpcHub
|
|||
|
||||
public async Task<Guid> Chat_StartThreadAsync(string[] userIdentifiers)
|
||||
{
|
||||
logger.LogDebug("Starting new thread with {ParticipantCount} participants}", userIdentifiers.Length);
|
||||
logger.LogDebug("Starting new thread with {ParticipantCount} participants", userIdentifiers.Length);
|
||||
|
||||
var thread = await chatService.StartThreadAsync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue