1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Prefer using our pick function

This commit is contained in:
Chocobozzz 2022-08-17 14:52:23 +02:00
parent 396f6f0140
commit 2ec349aa85
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,4 @@
import { pick } from 'lodash'
import { pick } from '@shared/core-utils'
import { HttpStatusCode, ResultList, VideoComment, VideoCommentThreads, VideoCommentThreadTree } from '@shared/models'
import { unwrapBody } from '../requests'
import { AbstractCommand, OverrideCommandOptions } from '../shared'