RJ
RJ11mo ago

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
Michal Srb
Michal Srb11mo ago
Thanks, will fix