X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fserver-commands%2Fvideos%2Fcomments-command.ts;h=154ec0c246608d14065b0a797a3c1341e74be61b;hb=5170f492b95dc81b75230312411c5fdb0019eed2;hp=156cf452f1b7c75f8b76bfe73abffa847a9cf599;hpb=0e6cd1c00f71554fe7375a96db693a6983951ba6;p=github%2FChocobozzz%2FPeerTube.git 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 @@ -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'