fix: log overseer webhook payload

This commit is contained in:
2026-04-22 14:35:30 -04:00
parent 50ca3c2900
commit fb32a66996
+1
View File
@@ -133,6 +133,7 @@ router.post(
router.post(
"/webhook",
asyncHandler(async (req, res) => {
console.log("Overseer webhook", JSON.stringify(req.body));
const rawId =
req.body.request_id ??
req.body.requestId ??