fix: Team creation with private avatar. Do not attempt to copy, closes #4378

This commit is contained in:
Tom Moor
2022-11-03 08:58:33 -04:00
parent c2de6b70bc
commit f2fb5dd1e5
2 changed files with 1 additions and 2 deletions

View File

@@ -117,7 +117,6 @@ router.post(
name: user.name,
email: user.email,
isAdmin: true,
avatarUrl: user.avatarUrl,
},
{ transaction }
);