mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-07 09:22:56 +02:00
refactor: remove version field from upsert mutation in profiles.ts
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user