correction mineure
This commit is contained in:
@@ -44,11 +44,11 @@ export class User {
|
||||
secretTwoFactorAuth: string;
|
||||
|
||||
@JoinTable()
|
||||
@OneToMany(type => Friendship , (friendship) => friendship.requesterId)
|
||||
@OneToMany(type => Friendship , (friendship) => friendship.requesterUsername)
|
||||
requesterId: Friendship[];
|
||||
|
||||
@JoinTable()
|
||||
@OneToMany(type => Friendship , (friendship) => friendship.addresseeId)
|
||||
@OneToMany(type => Friendship , (friendship) => friendship.addresseeUsername)
|
||||
addresseeId: Friendship[];
|
||||
|
||||
@JoinColumn()
|
||||
|
||||
Reference in New Issue
Block a user