From a15af42d853a753fd4e4a72e40214c0ab40fb89b Mon Sep 17 00:00:00 2001 From: ltctceplrm <14954927+ltctceplrm@users.noreply.github.com> Date: Sat, 23 Sep 2023 02:51:50 +0200 Subject: [PATCH] Removed isbn10 field Since I'm now using the general work rather than a specific edition --- src/models/BookModel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/BookModel.ts b/src/models/BookModel.ts index d0f0235..fcb6686 100644 --- a/src/models/BookModel.ts +++ b/src/models/BookModel.ts @@ -5,7 +5,6 @@ import { MediaType } from '../utils/MediaType'; export class BookModel extends MediaTypeModel { author: string; pages: string; - isbn10: string; image: string; english_title: string;