fix: lint error

This commit is contained in:
Siddhant Rai
2024-09-30 01:15:36 +05:30
parent e8988e82d0
commit c9976020dd

View File

@@ -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")