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:
parent
396f6f0140
commit
2ec349aa85
7 changed files with 12 additions and 10 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue