diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-22 03:07:51 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-22 03:07:51 +0100 |
commit | cd9a7f2f80465044fdafd992b574a3c951a68cbf (patch) | |
tree | 038605598b9beec9b504a5702ab37c36249f2ed2 /client/src | |
parent | 3a37d42e0c12d6a382849cca6cd2df63519b336e (diff) | |
download | jellything-cd9a7f2f80465044fdafd992b574a3c951a68cbf.tar jellything-cd9a7f2f80465044fdafd992b574a3c951a68cbf.tar.bz2 jellything-cd9a7f2f80465044fdafd992b574a3c951a68cbf.tar.zst |
untested node ext import
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib.rs b/client/src/lib.rs index f55929a..2af230f 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -82,7 +82,7 @@ impl Session { .json() .await?) } - pub async fn node_extended(&self, id: &str) -> Result<NodePublic> { + pub async fn node_extended(&self, id: &str) -> Result<ExtendedNode> { debug!("downloading extended node {id:?}"); Ok(self .client |