mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Rebase
This commit is contained in:
parent
ddf7d590fd
commit
7d6645b87a
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ export const createWorker = (connection: ConnectionOptions) =>
|
|||
return updateLabels(job.data)
|
||||
case UPDATE_HIGHLIGHT_JOB:
|
||||
return updateHighlight(job.data)
|
||||
case SYNC_READ_POSITIONS_JOB_NAME:
|
||||
return syncReadPositionsJob(job.data)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue