1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Remove review comment

This commit is contained in:
Rory Powell 2021-07-09 09:37:52 +01:00
parent 73c8dcf71b
commit a98ae5b367

View file

@ -125,9 +125,6 @@ function syncUser(user, thirdPartyUser) {
}
// profile
// @reviewers: Historically stored at the root level of the user
// Nest to prevent conflicts with future fields
// Is this okay to change?
user.thirdPartyProfile = {
...profile._json,
}