Web Dev Cody
Web Dev Cody2y ago

Issue in validator?

I attached an image of the error I'm getting in the convex dashboard. The action I'm trying to invoke looks like this:
export const visualizeLatestEntries = action({
args: {
adventureId: v.id("adventures"),
entryId: v.id("entries"),
},
handler: async (ctx, args) => {
export const visualizeLatestEntries = action({
args: {
adventureId: v.id("adventures"),
entryId: v.id("entries"),
},
handler: async (ctx, args) => {
any clue what this means? I have the entryId defined in the args
No description
1 Reply
Web Dev Cody
Web Dev CodyOP2y ago
nvm, I was passing args to a query, and args had extra data, but typescript wasn't warning me that I had extra parameters

Did you find this page helpful?