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