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