mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix group_id match
This commit is contained in:
parent
e0329d077c
commit
6441466c8b
1 changed files with 0 additions and 1 deletions
|
|
@ -422,7 +422,6 @@ export class GroupMembership extends BaseEntity {
|
|||
user!: User
|
||||
|
||||
@JoinColumn({ name: 'group_id' })
|
||||
@ManyToOne(() => User, (user) => user.articles, { eager: true })
|
||||
group!: Group
|
||||
|
||||
@Column({ type: 'timestamp', name: 'created_at' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue