File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ WHERE
138138 (
139139 COALESCE(?, ' ' ) = ' ' OR
140140 dh .view ILIKE ? OR
141- off_chain_vote_drep_data .given_name ILIKE ? OR
141+ off_chain_vote_drep_data .given_name ILIKE ?
142142 )
143143GROUP BY
144144 dh .raw ,
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ import VVA.Types
2929sqlFrom :: ByteString -> SQL. Query
3030sqlFrom bs = fromString $ unpack $ Text. decodeUtf8 bs
3131
32- listDRepsSql :: SQL. Query
33- listDRepsSql = sqlFrom $ (embedFile " sql/list-dreps.sql" )
34-
3532getCurrentDelegationSql :: SQL. Query
3633getCurrentDelegationSql = sqlFrom $ (embedFile " sql/get-current-delegation.sql" )
3734
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ listDReps mSearchQuery = withPool $ \conn -> do
4747 ( searchParam
4848 , " %" <> searchParam <> " %"
4949 , " %" <> searchParam <> " %"
50- , " %" <> searchParam <> " %"
51- , " %" <> searchParam <> " %"
52- , " %" <> searchParam <> " %"
53- , " %" <> searchParam <> " %"
5450 )
5551 timeZone <- liftIO getCurrentTimeZone
5652 return
You can’t perform that action at this time.
0 commit comments