diff --git a/convex/helpers.ts b/convex/helpers.ts index bb76e3f..95a94f9 100644 --- a/convex/helpers.ts +++ b/convex/helpers.ts @@ -15,7 +15,6 @@ export const userQuery = customQuery( }), ); -// Use `apiMutation` instead of `mutation` to apply this behavior. export const userMutation = customMutation(mutation, { args: {}, input: async (ctx) => {