diff --git a/src/PostgREST/App.hs b/src/PostgREST/App.hs index b881ec7f8..c07926d05 100644 --- a/src/PostgREST/App.hs +++ b/src/PostgREST/App.hs @@ -90,7 +90,7 @@ app dbstructure conf reqBody role req = parentheticT ( cqs ) <> commaq <> ( - bodyForAccept contentType qt + bodyForAccept contentType qt -- TODO! when in csv mode, the first row (columns) is not correct when requesting sub tables . limitT range -- . orderT (orderParse qq) -- . whereT qt qq