burnstony#1975B
Convex Community2y ago
2 replies
burnstony#1975

action

can't seem to get action to call mutation

convex/addPodcast.ts:78:27 - error TS2345: Argument of type 'RegisteredMutation<"public", { rss_body: string; id: Id<"podcast">; }, Promise<void>>' is not assignable to parameter of type 'FunctionReference<"mutation", "public" | "internal">'.

78 await ctx.runMutation(patchPodcastRss, {
Was this page helpful?