Commit 6908b56e authored by Fabien Manière's avatar Fabien Manière

replacing the right var name for a node's type id

parent b9f48672
Pipeline #5903 failed with stages
in 136 minutes and 29 seconds
......@@ -119,7 +119,7 @@ toNode N.Node { .. } = Node { id = nid
, name = _node_name
, parent_id = NN.unNodeId <$> _node_parent_id
, type_id = _node_typename
, node_type = lookupDBid nid
, node_type = lookupDBid _node_typename
}
where
nid = NN.unNodeId _node_id
......
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