From f1dec2233a565702e0b17d941cad791b597c5019 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 26 Nov 2025 08:47:50 -0800 Subject: [PATCH] refactor: remove version field from upsert mutation in profiles.ts --- convex/profiles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/convex/profiles.ts b/convex/profiles.ts index 2653872..b2dada5 100644 --- a/convex/profiles.ts +++ b/convex/profiles.ts @@ -79,7 +79,6 @@ export const upsert = mutation({ name: v.string(), description: v.string(), config: v.object(buildConfigFields), - version: v.string(), isPublic: v.boolean(), }, handler: async (ctx, args) => {