mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
disable digest-score and update-home jobs
This commit is contained in:
parent
b5629e5f9f
commit
41b6a27601
1 changed files with 0 additions and 5 deletions
|
|
@ -78,11 +78,6 @@ export const createPubSubClient = (): PubsubClient => {
|
|||
})
|
||||
}
|
||||
|
||||
await enqueueScoreJob({
|
||||
userId,
|
||||
libraryItemId: data.id,
|
||||
})
|
||||
|
||||
const hasThumbnail = (
|
||||
data: any
|
||||
): data is { thumbnail: string | null } => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue