Fix test case with temporary unioning - should probably clean up logic to have more precise use of the resolved data.

This commit is contained in:
Dillon Kearns 2022-12-22 09:35:27 -08:00
parent 76d33afb39
commit 3380ccd0fc

View File

@ -45,6 +45,7 @@ batchUpdate newEntries model =
)
)
|> Dict.fromList
|> Dict.union model.allRawResponses
}