From ddd431cd584f9916cee817309a2ed36e194e03f8 Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Wed, 18 Sep 2024 01:43:33 -0400 Subject: [PATCH] Unused comment --- convex/helpers.ts | 1 - 1 file changed, 1 deletion(-) 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) => {