Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from slamdata/fix-syntax
Browse files Browse the repository at this point in the history
Fix syntax that will be an error in PS 0.13
  • Loading branch information
garyb authored May 6, 2019
2 parents d17e80a + 411ab7b commit 1fb7ef4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Lunapark/API.purs
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ handleLunapark inp = case _ of
R.liftEffect $ Ref.write ts inp.timeoutsRef
tryAndCache "set timeouts"
[ void $ post (inSession : LP.Timeouts : Nil) (LT.encodeTimeouts ts)
, do T.for_ (LT.encodeLegacyTimeouts ts) \j →
void $ post (inSession : LP.Timeouts : Nil) j
, T.for_ (LT.encodeLegacyTimeouts ts) (post (inSession : LP.Timeouts : Nil))
]
pure next
GoTo uri next → do
Expand Down

0 comments on commit 1fb7ef4

Please sign in to comment.