diff options
Diffstat (limited to 'server/helpers/custom-validators/video-rates.ts')
-rw-r--r-- | server/helpers/custom-validators/video-rates.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/helpers/custom-validators/video-rates.ts b/server/helpers/custom-validators/video-rates.ts deleted file mode 100644 index f2b6f7cae..000000000 --- a/server/helpers/custom-validators/video-rates.ts +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | function isRatingValid (value: any) { | ||
2 | return value === 'like' || value === 'dislike' | ||
3 | } | ||
4 | |||
5 | export { isRatingValid } | ||