Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
LangFlag - Revert to string type
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradWeiser committed May 16, 2021
1 parent 251cd12 commit 297d64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Manga/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface Manga {
* A language code for the Manga, if one is available.
* Examples: en is English, jp is Japanese, etc
*/
langFlag?: LanguageCode
langFlag?: string

/**
* The name of the artist who has worked on this manga
Expand Down

0 comments on commit 297d64b

Please sign in to comment.