mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Remove unused from extensible record.
This commit is contained in:
parent
b21a954b90
commit
0096bc667e
@ -28,13 +28,11 @@ batchUpdate :
|
||||
}
|
||||
->
|
||||
{ model
|
||||
| staticResponses : DataSource a
|
||||
, allRawResponses : RequestsAndPending
|
||||
| allRawResponses : RequestsAndPending
|
||||
}
|
||||
->
|
||||
{ model
|
||||
| staticResponses : DataSource a
|
||||
, allRawResponses : RequestsAndPending
|
||||
| allRawResponses : RequestsAndPending
|
||||
}
|
||||
batchUpdate newEntries model =
|
||||
{ model
|
||||
|
Loading…
Reference in New Issue
Block a user