This commit is contained in:
2025-10-29 12:08:33 +01:00
parent 3731b90f6c
commit 6354f7e189
5 changed files with 89 additions and 42 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ impl JobHandler for GenerateThumbnailsJob {
.await
{
Ok(bytes) => bytes,
Err(err) => return handle_fetch_error(job, err, "thumbnail fetch failed; will retry"),
Err(err) => return handle_fetch_error(&job, err, "thumbnail fetch failed; will retry"),
};
let generation = match generate_preview_and_thumbnail(&initial.document, &bytes) {