Commit 3648096d authored by Karen Konou's avatar Karen Konou

[GQL] Remove TODO

parent d2ca7be9
......@@ -57,7 +57,7 @@ dbTree root_id = do
toTree :: (HasConnectionPool env, HasConfig env, HasMail env) => Maybe NodeId -> Tree NodeTree -> TreeFirstLevel (GqlM e env)
toTree pId TreeN { _tn_node, _tn_children } = TreeFirstLevel
{ parent = resolveParent pId -- TODO
{ parent = resolveParent pId
, root = toTreeNode _tn_node
, children = map childrenToTreeNodes _tn_children
}
......
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