Commit 8a8ef7e2 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] warning unused var

parent 2aeaca0e
Pipeline #1278 failed with stage
......@@ -183,7 +183,7 @@ toTree m =
Just [n] -> pure $ toTree' m n
Nothing -> treeError NoRoot
Just [] -> treeError EmptyRoot
Just r -> treeError TooManyRoots
Just _r -> treeError TooManyRoots
where
toTree' :: Map (Maybe ParentId) [DbTreeNode]
......
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