HOTFIX: Fix syntax error
parent
eb8d90ab8b
commit
f3799add87
|
@ -358,7 +358,7 @@ update updateContent eu startData =
|
|||
|
||||
SetNextBatch nextBatch ->
|
||||
Recursion.base
|
||||
(\{ context } as data ->
|
||||
(\({ context } as data) ->
|
||||
{ data | context = { context | nextBatch = Just nextBatch } }
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue