1 files changed, 1 insertions(+), 1 deletions(-)
M Jingle.hs
M Jingle.hs => Jingle.hs +1 -1
@@ 355,7 355,7 @@ tsidToSizeMap =
fromIO_ $ Cache.purgeExpired cache
fromIO_ $ Cache.insert cache tsid size
,
- \(JingleTSID tsid) -> do
+ \(JingleTSID tsid) ->
fromIO_ $ Cache.lookup' cache tsid
)