mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-05 21:23:04 +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
|
||||
if pendingRequests then
|
||||
let
|
||||
newThing : List HashRequest.Request
|
||||
newThing =
|
||||
urlsToPerform
|
||||
|> List.Extra.uniqueBy HashRequest.hash
|
||||
in
|
||||
Continue newThing progressedBackendTask
|
||||
Continue urlsToPerform progressedBackendTask
|
||||
|
||||
else
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user