diff options
Diffstat (limited to 'server/helpers/custom-validators/bulk.ts')
-rw-r--r-- | server/helpers/custom-validators/bulk.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/helpers/custom-validators/bulk.ts b/server/helpers/custom-validators/bulk.ts deleted file mode 100644 index 9e0ce0be1..000000000 --- a/server/helpers/custom-validators/bulk.ts +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | function isBulkRemoveCommentsOfScopeValid (value: string) { | ||
2 | return value === 'my-videos' || value === 'instance' | ||
3 | } | ||
4 | |||
5 | // --------------------------------------------------------------------------- | ||
6 | |||
7 | export { | ||
8 | isBulkRemoveCommentsOfScopeValid | ||
9 | } | ||