🐛 Bug fixes

This commit is contained in:
2025-05-23 01:46:35 +08:00
parent 19174de873
commit a6ca869f29
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,6 @@ public partial class ChatController(AppDatabase db, ChatService cs) : Controller
);
return Ok(result);
}
public class SendMessageRequest