mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-08 15:37:34 +03:00
Remove unique hash of BackendTask's to perform.
This commit is contained in:
parent
8e81629738
commit
62be646e34
@ -68,13 +68,7 @@ nextStep allRawResponses staticResponses { errors } =
|
|||||||
)
|
)
|
||||||
in
|
in
|
||||||
if pendingRequests then
|
if pendingRequests then
|
||||||
let
|
Continue urlsToPerform progressedBackendTask
|
||||||
newThing : List HashRequest.Request
|
|
||||||
newThing =
|
|
||||||
urlsToPerform
|
|
||||||
|> List.Extra.uniqueBy HashRequest.hash
|
|
||||||
in
|
|
||||||
Continue newThing progressedBackendTask
|
|
||||||
|
|
||||||
else
|
else
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user