diff --git a/src/api/util/handlers/Webhook.ts b/src/api/util/handlers/Webhook.ts index 73e609d..a3ad944 100644 --- a/src/api/util/handlers/Webhook.ts +++ b/src/api/util/handlers/Webhook.ts @@ -92,6 +92,7 @@ attachments.push(Attachment.create(file)); } catch (error) { if (wait) res.status(400).json({ message: error?.toString() }); + console.error("[webhookExecute] Failed to handle attachment:", error); return; } }