Restrict IOE only to effect handlers via inject

This commit is contained in:
James Eversole
2024-10-22 17:44:16 -05:00
parent 415b1dc58e
commit 3f76917c40
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ type AppEff =
, Database
, Reader AppEnv
, Error ServerError
, IOE
]
data AppEnv = AppEnv { pool :: Pool Connection }