Deprecated `ActionCtx` used in `httpActionGeneric`
I've gotten back to work on my Convex/Effect library and discovered that
httpActionGeneric
(https://docs.convex.dev/api/modules/server#httpactiongeneric) is using the deprecated ActionCtx
(https://docs.convex.dev/api/interfaces/server.ActionCtx) rather than (what I assume should be) GenericActionCtx
(https://docs.convex.dev/api/interfaces/server.GenericActionCtx), which is causing me some type issues.1 Reply
Thanks, will fix