This commit is contained in:
Pat Hartl 2025-11-13 18:33:08 -06:00
parent 253855524c
commit 098e7b7266

View file

@ -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();