diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 23:18:03 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-06 23:18:03 +0530 |
commit | ecd8f9bd8ceb8aa041822dbc98d3ec85b85b343c (patch) | |
tree | 93ad2e2c0b5fdd59b3ebb18ec09c5790959ea9a6 /errhandlers | |
parent | 34b57630e01f7be3f1c029e7541be3b40d105c7a (diff) |
removed 'list_status' from fields validators because it is not needed (automatically added)
Diffstat (limited to 'errhandlers')
-rw-r--r-- | errhandlers/anime_validators.go | 1 | ||||
-rw-r--r-- | errhandlers/manga_validators.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/errhandlers/anime_validators.go b/errhandlers/anime_validators.go index a186a72..b51afa6 100644 --- a/errhandlers/anime_validators.go +++ b/errhandlers/anime_validators.go @@ -56,7 +56,6 @@ func IsValidField(field string) bool { "status", "genres", "my_list_status", - "list_status", "num_episodes", "start_season", "broadcast", diff --git a/errhandlers/manga_validators.go b/errhandlers/manga_validators.go index 7c70a45..e54107d 100644 --- a/errhandlers/manga_validators.go +++ b/errhandlers/manga_validators.go @@ -39,7 +39,6 @@ func IsValidMangaField(field string) bool { "status", "genres", "my_list_status", - "list_status", "num_volumes", "num_chapters", "authors", |