fix: 修复代码格式和简化错误处理逻辑

This commit is contained in:
suyao
2025-09-23 19:03:54 +08:00
parent a3c638946e
commit d1b339f71d
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ const createMessagesRouter = (): express.Router => {
* application/json:
* schema:
* $ref: '#/components/schemas/ErrorResponse'
*/
*/
messagesRouter.post('/', validateSessionMessage, handleValidationErrors, messageHandlers.createMessage)
/**