Skip to content

Commit

Permalink
fix: manga status typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kug1 committed Aug 1, 2023
1 parent dc70591 commit 5b54655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Manga/manga.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export enum MangaType {
export enum MangaStatus {
publishing = 'Publishing',
complete = 'Complete',
hiatus = 'Hiatus',
hiatus = 'On Hiatus',
discontinued = 'Discontinued',
upcoming = 'Upcoming',
}

0 comments on commit 5b54655

Please sign in to comment.