aboutsummaryrefslogtreecommitdiff
path: root/errhandlers/anime_validators.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-06 23:18:03 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-06 23:18:03 +0530
commitecd8f9bd8ceb8aa041822dbc98d3ec85b85b343c (patch)
tree93ad2e2c0b5fdd59b3ebb18ec09c5790959ea9a6 /errhandlers/anime_validators.go
parent34b57630e01f7be3f1c029e7541be3b40d105c7a (diff)
removed 'list_status' from fields validators because it is not needed (automatically added)
Diffstat (limited to 'errhandlers/anime_validators.go')
-rw-r--r--errhandlers/anime_validators.go1
1 files changed, 0 insertions, 1 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",