|
@@ -303,6 +303,8 @@ def quit_human_interventions_status():
|
|
|
user_id = req_data["user_id"]
|
|
|
if not user_id or not staff_id:
|
|
|
return wrap_response(404, msg="user_id and staff_id are required")
|
|
|
+
|
|
|
+ staff_id = '1688854492669990'
|
|
|
response = quit_human_intervention_status(user_id, staff_id)
|
|
|
|
|
|
return wrap_response(200, data=response)
|