inngest / inngest-py

Python SDK for Inngest
https://www.inngest.com/docs/reference/python
Apache License 2.0
24 stars 6 forks source link

Fix ctx.stack.stack is not optional #118

Closed goodoldneon closed 2 months ago

goodoldneon commented 2 months ago

Fix ctx.stack.stack is not optional. It may be None because Inngest servers use Go, which defaults slices to nil. In other words, even though the stack field appears non-nullable in our Go code it can actually be null if it defaults