mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Merge branch 'release/7.2.0' into develop
This commit is contained in:
commit
037197a7e9
16 changed files with 138 additions and 96 deletions
|
@ -1,8 +1,8 @@
|
|||
import 'multer'
|
||||
import { isShortUUID, shortToUUID } from '@peertube/peertube-node-utils'
|
||||
import { UploadFilesForCheck } from 'express'
|
||||
import 'multer'
|
||||
import { sep } from 'path'
|
||||
import validator from 'validator'
|
||||
import { isShortUUID, shortToUUID } from '@peertube/peertube-node-utils'
|
||||
|
||||
export function exists (value: any) {
|
||||
return value !== undefined && value !== null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue