localy stored variable data

This commit is contained in:
isaiM6
2022-07-21 17:25:25 -07:00
parent 9b60dc5f2d
commit 1a629a1219
3 changed files with 123 additions and 44 deletions

View File

@@ -81,7 +81,7 @@ export const HoppRESTRequestEq = Eq.struct<HoppRESTRequest>({
lodashIsEqualEq
),
vars: mapThenEq(
(arr) => arr.filter((p) => p.key !== "" && p.value !== ""),
(arr) => arr.filter((v) => v.key !== "" && v.value !== ""),
lodashIsEqualEq
),
method: S.Eq,