bug fixed

This commit is contained in:
daniel31x13
2023-10-28 01:42:31 -04:00
parent cdcfabec0b
commit 9486d699c9
9 changed files with 13 additions and 35 deletions
+1 -1
View File
@@ -27,10 +27,10 @@ const addMemberToCollection = async (
if (user.username) {
setMember({
collectionId: collection.id,
userId: user.id,
canCreate: false,
canUpdate: false,
canDelete: false,
userId: user.id,
user: {
id: user.id,
name: user.name,