mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-29 09:32:57 +03:00
Fix failing test.
This commit is contained in:
parent
3d4c487add
commit
77c3ef6d6f
@ -824,16 +824,16 @@ sendStaticResponsesIfDone secrets allRawResponses errors staticResponses manifes
|
||||
of
|
||||
Ok urlsToPerform ->
|
||||
let
|
||||
unmaskedUrls =
|
||||
maskedUrls =
|
||||
urlsToPerform
|
||||
|> List.map Tuple.first
|
||||
|> List.map Tuple.second
|
||||
|> Set.fromList
|
||||
|
||||
newThing =
|
||||
allRawResponses
|
||||
|> Dict.keys
|
||||
|> Set.fromList
|
||||
|> Set.diff unmaskedUrls
|
||||
|> Set.diff maskedUrls
|
||||
|> Set.toList
|
||||
-- TODO this should pass the masked url as the first argument
|
||||
|> List.map (\unmaskedUrl -> FetchHttp unmaskedUrl unmaskedUrl)
|
||||
|
Loading…
Reference in New Issue
Block a user