build: Add generated problems report and modify shopping list entity.
This commit is contained in:
663
android/build/reports/problems/problems-report.html
Normal file
663
android/build/reports/problems/problems-report.html
Normal file
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@ export class ShoppingList {
|
||||
@ManyToOne(() => User, (user) => user.id)
|
||||
owner!: User;
|
||||
|
||||
@OneToMany(() => ShoppingItem, (item) => item.list)
|
||||
@OneToMany(() => ShoppingItem, (item: ShoppingItem) => item.list)
|
||||
items!: ShoppingItem[];
|
||||
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user