[
{
usersToTeams: { user: 4, team: 2 },
users: {
id: 2,
email: '<email>',
password: '<password-hash>',
name: '<this field is undefined, but weirdly it puts in the users email>'
},
teams: { id: undefined, name: undefined }
}
]
[
{
usersToTeams: { user: 4, team: 2 },
users: {
id: 2,
email: '<email>',
password: '<password-hash>',
name: '<this field is undefined, but weirdly it puts in the users email>'
},
teams: { id: undefined, name: undefined }
}
]