updated contrast ratio of the images

This commit is contained in:
Daniel
2023-07-22 19:00:49 -04:00
parent 8eff4d23a7
commit 6f96f0d3d3
10 changed files with 8 additions and 3 deletions
@@ -43,7 +43,7 @@ export default async function updateCollection(
isPublic: collection.isPublic,
members: {
create: collection.members.map((e) => ({
user: { connect: { id: e.user.id } },
user: { connect: { id: e.user.id || e.userId } },
canCreate: e.canCreate,
canUpdate: e.canUpdate,
canDelete: e.canDelete,