do not decode response json as many webhook endpoints don't return json (#194)

This commit is contained in:
Shuchang Zheng
2024-04-15 15:16:29 -07:00
committed by GitHub
parent bd485daaf4
commit 836f9d07a9

View File

@@ -872,7 +872,6 @@ class ForgeAgent(Agent):
task_id=task.task_id,
resp=resp,
resp_code=resp.status_code,
resp_json=resp.json(),
resp_text=resp.text,
)
except Exception as e: