Skip to content

Commit

Permalink
appease hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Aug 24, 2022
1 parent a354557 commit 54ae7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgREST/AppState.hs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ initPool AppConfig{..} =

-- | Run an action with a database connection.
usePool :: AppState -> SQL.Session a -> IO (Either SQL.UsageError a)
usePool AppState{..} session = SQL.use statePool session
usePool AppState{..} = SQL.use statePool

-- | Flush the connection pool so that any future use of the pool will
-- use connections freshly established after this call.
Expand Down

0 comments on commit 54ae7bc

Please sign in to comment.