From 0096bc667e53d6735f7af343e2a47780a3d3f5bb Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Wed, 21 Dec 2022 20:29:45 -0800 Subject: [PATCH] Remove unused from extensible record. --- src/Pages/Internal/Platform/StaticResponses.elm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Pages/Internal/Platform/StaticResponses.elm b/src/Pages/Internal/Platform/StaticResponses.elm index a08685dc..dbd60e6f 100644 --- a/src/Pages/Internal/Platform/StaticResponses.elm +++ b/src/Pages/Internal/Platform/StaticResponses.elm @@ -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