refactored how avatars are being handled
This commit is contained in:
@@ -35,6 +35,7 @@ const addMemberToCollection = async (
|
||||
id: user.id,
|
||||
name: user.name,
|
||||
username: user.username,
|
||||
image: user.image,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user