We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f15878 commit 67460bcCopy full SHA for 67460bc
govtool/backend/src/VVA/Proposal.hs
@@ -87,7 +87,7 @@ getProposals mSearchTerms = withPool $ \conn -> do
87
, "%" <> searchParam <> "%"
88
89
90
- , "%" <> searchParam <> "%"
+ , searchParam
91
)
92
case result of
93
Left (e :: SomeException) -> do
@@ -125,4 +125,4 @@ getPreviousEnactedProposal proposalType = withPool $ \conn -> do
125
liftIO $ putStrLn $ "[DEBUG] Previous enacted proposal details: " ++ show details
126
Nothing ->
127
liftIO $ putStrLn "[DEBUG] No previous enacted proposal found"
128
- return proposal
+ return proposal
0 commit comments