Skip to content

Commit 97e8ec6

Browse files
authored
Update API.hs - setting cache to ()
Signed-off-by: bosko-m <[email protected]>
1 parent 9795d27 commit 97e8ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

govtool/backend/src/VVA/API.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ listProposals selectedTypes sortMode mPage mPageSize mDrepRaw mSearchQuery = do
407407

408408
CacheEnv {proposalListCache} <- asks vvaCache
409409

410+
let cacheKey = ()
411+
410412
proposals <- do
411413
result <- Proposal.listProposals mSearchQuery
412414
if null result

0 commit comments

Comments
 (0)