mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
fix: lint error
This commit is contained in:
@@ -230,7 +230,7 @@ class DeleteByIds(Resource):
|
||||
except Exception as err:
|
||||
return make_response(jsonify({"success": False, "error": str(err)}), 400)
|
||||
|
||||
return make_response(jsonify({"success": False, "error": str(err)}), 400)
|
||||
return make_response(jsonify({"success": False}), 400)
|
||||
|
||||
|
||||
@user_ns.route("/api/delete_old")
|
||||
|
||||
Reference in New Issue
Block a user