disable digest-score and update-home jobs

This commit is contained in:
Hongbo Wu 2024-08-08 12:54:33 +08:00
parent b5629e5f9f
commit 41b6a27601

View file

@ -78,11 +78,6 @@ export const createPubSubClient = (): PubsubClient => {
})
}
await enqueueScoreJob({
userId,
libraryItemId: data.id,
})
const hasThumbnail = (
data: any
): data is { thumbnail: string | null } => {