aboutsummaryrefslogblamecommitdiffhomepage
path: root/server/helpers/custom-validators/bulk.ts
blob: 9e0ce0be12e4ebcccce4cd417c5973edbf777eb8 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                              
function isBulkRemoveCommentsOfScopeValid (value: string) {
  return value === 'my-videos' || value === 'instance'
}

// ---------------------------------------------------------------------------

export {
  isBulkRemoveCommentsOfScopeValid
}