mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-03 02:23:14 +00:00
clean
This commit is contained in:
@@ -3454,7 +3454,6 @@ class StoreAttachment(Resource):
|
||||
jsonify({"status": "error", "message": "Missing file"}),
|
||||
400,
|
||||
)
|
||||
# Apply safe_filename to user ID
|
||||
user = safe_filename(decoded_token.get("sub"))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user