Skip to content

Commit a09bc11

Browse files
committed
fix: rebase
1 parent ed0aac7 commit a09bc11

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libs/wire-subsystems/src/Wire/BackgroundJobsRunner.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
module Wire.BackgroundJobsRunner where
44

5-
import Imports
65
import Polysemy
76
import Wire.API.BackgroundJobs (Job)
87

services/background-worker/src/Wire/BackgroundWorker/Jobs/Registry.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ import Wire.BackgroundWorker.Env (AppT)
1313
dispatchJob :: Job -> AppT IO (Either Text ())
1414
dispatchJob job = do
1515
let res = run $ interpretBackgroundJobsRunner (runJob job)
16+
-- TODO
1617
pure res

0 commit comments

Comments
 (0)