Skip to content

Commit

Permalink
chore: fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Jul 14, 2024
1 parent fe0d32b commit fd72f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scotty/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ run' = do
{ sessionStoreGenerate = genBytes cprg
, sessionStoreSave = saveState ssm sid
, sessionStoreGet = getStateBy ssm sid
, sessionStoreDelete = deleteState ssm sid
, sessionStoreDelete = const $ deleteState ssm sid
}

blaze = html . renderHtml
Expand Down

0 comments on commit fd72f41

Please sign in to comment.