aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-24 22:13:33 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-24 22:13:33 +0200
commitfb16ea9caf4cd50e94d450ea210b7f1e10adabfc (patch)
treee91b9b7537209e7d8daee4e45d08e8ea27cd6a0a /server/src/routes
parent11a7ad0a6f66d692f1e9e002bb73ea6f737c84bb (diff)
downloadjellything-fb16ea9caf4cd50e94d450ea210b7f1e10adabfc.tar
jellything-fb16ea9caf4cd50e94d450ea210b7f1e10adabfc.tar.bz2
jellything-fb16ea9caf4cd50e94d450ea210b7f1e10adabfc.tar.zst
flatten federated imports
Diffstat (limited to 'server/src/routes')
-rw-r--r--server/src/routes/ui/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/node.rs b/server/src/routes/ui/node.rs
index cfc633b..008daf0 100644
--- a/server/src/routes/ui/node.rs
+++ b/server/src/routes/ui/node.rs
@@ -59,7 +59,7 @@ pub async fn r_library_node_filter(
c.to_owned(),
db.node
.get(c)?
- .ok_or(anyhow!("child does not exist"))?
+ .ok_or(anyhow!("child does not exist: {c}"))?
.public,
))
})