fix: Team creation with private avatar. Do not attempt to copy, closes #4378
This commit is contained in:
@@ -117,7 +117,6 @@ router.post(
|
||||
name: user.name,
|
||||
email: user.email,
|
||||
isAdmin: true,
|
||||
avatarUrl: user.avatarUrl,
|
||||
},
|
||||
{ transaction }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user