refactor: remove version field from upsert mutation in profiles.ts

This commit is contained in:
Ben Allfree
2025-11-26 08:47:50 -08:00
parent 83cd354afb
commit f1dec2233a
-1
View File
@@ -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) => {