This commit is contained in:
Isaac Wise
2024-02-22 03:15:14 -06:00
parent 439c562002
commit 5164f287d4
5 changed files with 52 additions and 38 deletions
@@ -44,10 +44,10 @@ export default async function postCollection(
color: collection.color,
parent: collection.parentId
? {
connect: {
id: collection.parentId,
},
}
connect: {
id: collection.parentId,
},
}
: undefined,
},
include: {