feat: Add ability to remove team logo/profile picture
This commit is contained in:
@@ -212,7 +212,7 @@ router.post(
|
||||
if (name) {
|
||||
user.name = name;
|
||||
}
|
||||
if (avatarUrl) {
|
||||
if (avatarUrl !== undefined) {
|
||||
user.avatarUrl = avatarUrl;
|
||||
}
|
||||
if (language) {
|
||||
|
||||
Reference in New Issue
Block a user