mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
(feat:attach)state manage, follow camelCase
This commit is contained in:
@@ -267,7 +267,7 @@ class GetSingleConversation(Resource):
|
||||
if attachment:
|
||||
attachment_details.append({
|
||||
"id": str(attachment["_id"]),
|
||||
"filename": attachment.get("filename", "Unknown file")
|
||||
"fileName": attachment.get("filename", "Unknown file")
|
||||
})
|
||||
except Exception as e:
|
||||
current_app.logger.error(
|
||||
|
||||
Reference in New Issue
Block a user