minor bug fix

This commit is contained in:
Daniel 2023-07-22 01:20:45 -04:00
parent f34666f9c7
commit 4ce001af59

View File

@ -34,6 +34,7 @@ const addMemberToCollection = async (
canUpdate: false,
canDelete: false,
user: {
id: user.id,
name: user.name,
username: user.username,
},