refactor: hlint
This commit is contained in:
parent
33567c5560
commit
447df0bc9b
@ -344,7 +344,7 @@ execCrontab = do
|
||||
-- when (newCrontab /= currentCrontab) $
|
||||
-- mapRWST (liftIO . atomically) $
|
||||
-- liftBase . flip writeTVar newCrontab =<< asks (jobCrontab . jobContext)
|
||||
newCrontab <- atomically . readTVar =<< asks (jobCrontab . jobContext)
|
||||
newCrontab <- liftIO . readTVarIO =<< asks (jobCrontab . jobContext)
|
||||
|
||||
mergeState
|
||||
newState <- State.get
|
||||
|
||||
Loading…
Reference in New Issue
Block a user