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