Commit 1a16ed32 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'dev-fix-update-node-params-list-serialization' of...

Merge branch 'dev-fix-update-node-params-list-serialization' of ssh://gitlab.iscpif.fr:20022/gargantext/purescript-gargantext into dev-merge
parents 8f00fd8a e88cc9ee
Pipeline #1907 failed with stage
...@@ -20,7 +20,7 @@ instance JSON.ReadForeign UpdateNodeParams where readImpl = JSONG.untaggedSumRep ...@@ -20,7 +20,7 @@ instance JSON.ReadForeign UpdateNodeParams where readImpl = JSONG.untaggedSumRep
instance JSON.WriteForeign UpdateNodeParams where instance JSON.WriteForeign UpdateNodeParams where
writeImpl (UpdateNodeParamsList { methodList }) = writeImpl (UpdateNodeParamsList { methodList }) =
JSON.writeImpl { type: "UpdateNodeParamsList" JSON.writeImpl { type: "UpdateNodeParamsList"
, values: methodList } , methodList }
writeImpl (UpdateNodeParamsGraph { methodGraph }) = writeImpl (UpdateNodeParamsGraph { methodGraph }) =
JSON.writeImpl { type: "UpdateNodeParamsGraph" JSON.writeImpl { type: "UpdateNodeParamsGraph"
, methodGraph } , methodGraph }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment