aboutsummaryrefslogtreecommitdiff
path: root/logic/src/items.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-30 11:46:28 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-30 11:46:28 +0200
commit35ae80f183904466667af73c7921b4ade399569a (patch)
tree3a7eec95debbd9ba292436ff989742b8a9b1dff4 /logic/src/items.rs
parentd6a039a10ac3c81d410beb9b648d29524ca1e278 (diff)
downloadjellything-35ae80f183904466667af73c7921b4ade399569a.tar
jellything-35ae80f183904466667af73c7921b4ade399569a.tar.bz2
jellything-35ae80f183904466667af73c7921b4ade399569a.tar.zst
split base into asset_token and db
Diffstat (limited to 'logic/src/items.rs')
-rw-r--r--logic/src/items.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/src/items.rs b/logic/src/items.rs
index 67c45cb..99fb767 100644
--- a/logic/src/items.rs
+++ b/logic/src/items.rs
@@ -6,11 +6,11 @@
use crate::{filter_sort::filter_and_sort_nodes, session::Session};
use anyhow::Result;
-use jellybase::database::Database;
use jellycommon::{
Visibility,
api::{ApiItemsResponse, NodeFilterSort, SortOrder, SortProperty},
};
+use jellydb::Database;
pub fn all_items(
db: &Database,