mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Refresh item after addon is done
This commit is contained in:
@ -231,7 +231,7 @@ final class SchedulerImpl[F[_]: Async](
|
||||
_ <- Sync[F].whenA(JobState.isDone(finishState))(
|
||||
pubSub.publish1IgnoreErrors(
|
||||
JobDone.topic,
|
||||
JobDone(job.id, job.group, job.task, job.args, finishState)
|
||||
JobDone(job.id, job.group, job.task, job.args, finishState, result.json)
|
||||
)
|
||||
)
|
||||
_ <- Sync[F].whenA(JobState.isDone(finishState))(
|
||||
|
Reference in New Issue
Block a user