Skip to content

Commit a15af42

Browse files
committed
Removed isbn10 field
Since I'm now using the general work rather than a specific edition
1 parent e89bf8e commit a15af42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/BookModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { MediaType } from '../utils/MediaType';
55
export class BookModel extends MediaTypeModel {
66
author: string;
77
pages: string;
8-
isbn10: string;
98
image: string;
109
english_title: string;
1110

0 commit comments

Comments
 (0)