Files
documenso/packages
Lucas Smith db5524f8ce fix: resolve issue with sealing task on inngest (#2146)
Currently on inngest the sealing task fails during decoration stating
that it can not find the step "xxx"

My running theory is that this was due to it being a
Promise.all(map(...)) even though that isn't explicitly disallowed.

This change turns it into a for loop collecting promises to be awaited
after the fact.

Local inngest testing looks promising.
2025-11-08 00:48:13 +11:00
..
2025-11-07 14:17:52 +11:00
2025-11-07 14:17:52 +11:00
2025-10-06 16:19:16 +11:00
2025-11-07 14:17:52 +11:00
2025-10-14 21:56:36 +11:00