mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-16 04:35:24 +02:00
When a GitHub webhook fires with undefined commits and watch paths are configured, flatMap on undefined crashes the handler. Default to empty array so shouldDeploy can handle it gracefully. Closes #4081