Skip to content

Commit c7a1389

Browse files
committed
Update article.model.ts
1 parent 358e725 commit c7a1389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

angular/wallypop/src/app/models/article.model.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export interface Article {
1010
price: number;
1111
n_visit: number;
1212
reserved: boolean;
13-
sold: boolean;
14-
15-
// photo: Blob;
16-
userID: bigint;
13+
userID: number;
1714
user: User;
1815
// categories: Category[];
16+
// photo: Blob;
17+
// categories: Category[];
18+
sold: boolean;
1919
}

0 commit comments

Comments
 (0)