File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11module Share.BackgroundJobs (startWorkers ) where
22
33import Ki.Unlifted qualified as Ki
4- import Share.BackgroundJobs.Diffs.CausalDiffs qualified as ContributionDiffs
4+ -- import Share.BackgroundJobs.Diffs.CausalDiffs qualified as ContributionDiffs
55import Share.BackgroundJobs.Monad (Background )
66import Share.BackgroundJobs.Search.DefinitionSync qualified as DefnSearch
77import Share.BackgroundJobs.Webhooks.Worker qualified as Webhooks
@@ -10,5 +10,5 @@ import Share.BackgroundJobs.Webhooks.Worker qualified as Webhooks
1010startWorkers :: Ki. Scope -> Background ()
1111startWorkers scope = do
1212 DefnSearch. worker scope
13- ContributionDiffs. worker scope
13+ -- ContributionDiffs.worker scope
1414 Webhooks. worker scope
You can’t perform that action at this time.
0 commit comments