HOTFIX: Fix syntax error

pull/34/head
Bram 2024-07-15 16:13:11 +02:00
parent eb8d90ab8b
commit f3799add87
1 changed files with 2 additions and 2 deletions

View File

@ -358,10 +358,10 @@ update updateContent eu startData =
SetNextBatch nextBatch ->
Recursion.base
(\{ context } as data ->
(\({ context } as data) ->
{ data | context = { context | nextBatch = Just nextBatch } }
)
SetNow n ->
Recursion.base
(\({ context } as data) ->