Skip to content

Commit

Permalink
Removed the Summary field from Comic [#544]
Browse files Browse the repository at this point in the history
The field is redundant with Description, and Description is the
field name used by ComicVine.
  • Loading branch information
mcpierce committed Mar 1, 2021
1 parent 3584ad5 commit 93f23cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions comixed-frontend/src/app/comics/comics.fixtures.ts
Expand Up @@ -100,7 +100,6 @@ export const COMIC_1: Comic = {
storyArcs: [],
description: 'The description of this comic',
notes: '',
summary: '',
missing: false,
archiveType: 'CBZ',
comicVineId: '',
Expand Down Expand Up @@ -142,7 +141,6 @@ export const COMIC_2: Comic = {
storyArcs: [],
description: 'The description of this comic',
notes: '',
summary: '',
missing: false,
archiveType: 'CBZ',
comicVineId: '',
Expand Down Expand Up @@ -184,7 +182,6 @@ export const COMIC_3: Comic = {
storyArcs: [],
description: 'The description of this comic',
notes: '',
summary: '',
missing: false,
archiveType: 'CBZ',
comicVineId: '',
Expand Down Expand Up @@ -226,7 +223,6 @@ export const COMIC_4: Comic = {
storyArcs: [],
description: 'The description of this comic',
notes: '',
summary: '',
missing: false,
archiveType: 'CBZ',
comicVineId: '',
Expand Down Expand Up @@ -268,7 +264,6 @@ export const COMIC_5: Comic = {
storyArcs: [],
description: 'The description of this comic',
notes: '',
summary: '',
missing: false,
archiveType: 'CBZ',
comicVineId: '',
Expand Down

0 comments on commit 93f23cb

Please sign in to comment.