From 3b46eec8aeb95eb0dce763e3569c0509b1da7607 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 25 Jul 2023 14:26:12 +0200 Subject: Remove unused param --- server/lib/job-queue/handlers/activitypub-refresher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/job-queue/handlers') diff --git a/server/lib/job-queue/handlers/activitypub-refresher.ts b/server/lib/job-queue/handlers/activitypub-refresher.ts index 307e771ff..706bf17fa 100644 --- a/server/lib/job-queue/handlers/activitypub-refresher.ts +++ b/server/lib/job-queue/handlers/activitypub-refresher.ts @@ -28,7 +28,7 @@ export { async function refreshVideo (videoUrl: string) { const fetchType = 'all' as 'all' - const syncParam = { rates: true, shares: true, comments: true, thumbnail: true } + const syncParam = { rates: true, shares: true, comments: true } const videoFromDatabase = await loadVideoByUrl(videoUrl, fetchType) if (videoFromDatabase) { -- cgit v1.2.3