From 3a6205f6077c1555f2f3bcf308f5e9605b8dbf53 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 7 Mar 2026 13:34:04 +0100 Subject: reenable node page extras --- common/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/api.rs') diff --git a/common/src/api.rs b/common/src/api.rs index bf79cc0..9cf5e04 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -12,7 +12,7 @@ use std::collections::BTreeMap; pub struct Nku<'a> { pub node: Cow<'a, Object>, pub userdata: Cow<'a, Object>, - pub role: Option<&'a str>, + pub role: Option>, } pub struct Stats { -- cgit v1.3