File tree Expand file tree Collapse file tree
services/background-worker/src/Wire Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ import Servant.Server.Generic
2929import UnliftIO (Concurrently (.. ), runConcurrently )
3030import Util.Options
3131import Wire.BackendNotificationPusher qualified as BackendNotificationPusher
32- import Wire.BackgroundWorker.Jobs.Consumer qualified as Jobs
3332import Wire.BackgroundWorker.Env
3433import Wire.BackgroundWorker.Health qualified as Health
34+ import Wire.BackgroundWorker.Jobs.Consumer qualified as Jobs
3535import Wire.BackgroundWorker.Options
3636import Wire.BackgroundWorker.Workers as Workers
3737import Wire.DeadUserNotificationWatcher qualified as DeadUserNotificationWatcher
@@ -96,7 +96,7 @@ run opts galleyOpts = do
9696 let cleanup =
9797 void $
9898 runConcurrently $
99- (,,,,,,,)
99+ (,,,,,,,, )
100100 <$> Concurrently cleanupDeadUserNotifWatcher
101101 <*> Concurrently cleanupBackendNotifPusher
102102 <*> Concurrently cleanupConvMigration
You can’t perform that action at this time.
0 commit comments