Skip to content

Commit

Permalink
Fixed old fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jan 26, 2022
1 parent aa5017d commit e333be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IHP/DataSync/REST/Controller.hs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ buildDynamicQueryFromRequest table = DynamicSQLQuery
, selectedColumns = paramOrDefault SelectAll "fields"
, whereCondition = Nothing
, orderByClause = paramList "orderBy"
, limitClause = Nothing
, offsetClause = Nothing
, limit = paramOrNothing "limit"
, offset = paramOrNothing "offset"
}

instance ParamReader SelectedColumns where
Expand Down

0 comments on commit e333be2

Please sign in to comment.