aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-17 14:52:23 +0200
committerChocobozzz <me@florianbigard.com>2022-08-17 14:54:01 +0200
commit2ec349aa857b0bd8f26de5cd78981d60c9b98a69 (patch)
treec48e4957d0abb778ee5eaa2474c24a9c88f69260 /shared
parent396f6f0140b0f76162e2378fd5a61e2f888673ed (diff)
downloadPeerTube-2ec349aa857b0bd8f26de5cd78981d60c9b98a69.tar.gz
PeerTube-2ec349aa857b0bd8f26de5cd78981d60c9b98a69.tar.zst
PeerTube-2ec349aa857b0bd8f26de5cd78981d60c9b98a69.zip
Prefer using our pick function
Diffstat (limited to 'shared')
-rw-r--r--shared/server-commands/videos/comments-command.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/videos/comments-command.ts b/shared/server-commands/videos/comments-command.ts
index 156cf452f..154ec0c24 100644
--- a/shared/server-commands/videos/comments-command.ts
+++ b/shared/server-commands/videos/comments-command.ts
@@ -1,4 +1,4 @@
1import { pick } from 'lodash' 1import { pick } from '@shared/core-utils'
2import { HttpStatusCode, ResultList, VideoComment, VideoCommentThreads, VideoCommentThreadTree } from '@shared/models' 2import { HttpStatusCode, ResultList, VideoComment, VideoCommentThreads, VideoCommentThreadTree } from '@shared/models'
3import { unwrapBody } from '../requests' 3import { unwrapBody } from '../requests'
4import { AbstractCommand, OverrideCommandOptions } from '../shared' 4import { AbstractCommand, OverrideCommandOptions } from '../shared'