Remove unique hash of BackendTask's to perform.

This commit is contained in:
Dillon Kearns 2023-04-27 09:49:28 -07:00
parent 8e81629738
commit 62be646e34

View File

@ -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