Open ivanvanderbyl opened 2 months ago
I was losing my hair trying to figure out why I couldn't pass anything through the request context to the function, but I eventually discovered that the ctx passed to invoke is not used 🤦🏻
ctx
invoke
See here: https://github.com/inngest/inngestgo/blob/main/handler.go#L1120C1-L1121C1
I'll submit a PR to fix.
I was losing my hair trying to figure out why I couldn't pass anything through the request context to the function, but I eventually discovered that the
ctx
passed toinvoke
is not used 🤦🏻See here: https://github.com/inngest/inngestgo/blob/main/handler.go#L1120C1-L1121C1
I'll submit a PR to fix.