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) => {