refactor: remove leftover comment in AppState

This commit is contained in:
Michał Kłeczek
2026-04-10 12:22:08 -05:00
committed by Steve Chavez
parent 2fb2e86473
commit f4fc29855e
+1 -1
View File
@@ -115,7 +115,7 @@ init conf@AppConfig{configLogLevel, configDbPoolSize} = do
observer $ AppStartObs prettyVersion
pool <- initPool conf observer
initWithPool pool conf loggerState metricsState observer --{ stateSocketREST = sock, stateSocketAdmin = adminSock}
initWithPool pool conf loggerState metricsState observer
-- Make a new debouncer action. An internal "worker" thread runs forever ensuring "action" runs when the "trigger" is called. The "action" is only executed once over a burst of calls.
makeDebouncer :: IO () -> IO (IO ())