Skip to content

Commit

Permalink
Fixed Nothing in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Oct 17, 2021
1 parent 2dc4b73 commit 1eda5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/QueryBuilder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ buildQuery queryBuilderProvider = buildQueryHelper $ getQueryBuilder queryBuilde
buildQueryHelper NewQueryBuilder { columns } =
let tableName = symbolToByteString @table
in SQLQuery
{ queryIndex = trace (Prelude.show $ getQueryIndex queryBuilderProvider) getQueryIndex queryBuilderProvider
{ queryIndex = getQueryIndex queryBuilderProvider
, selectFrom = tableName
, distinctClause = Nothing
, distinctOnClause = Nothing
Expand Down

0 comments on commit 1eda5f6

Please sign in to comment.