From 35ae80f183904466667af73c7921b4ade399569a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 30 Apr 2025 11:46:28 +0200 Subject: split base into asset_token and db --- logic/src/stats.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'logic/src/stats.rs') diff --git a/logic/src/stats.rs b/logic/src/stats.rs index 2569180..2e962e2 100644 --- a/logic/src/stats.rs +++ b/logic/src/stats.rs @@ -6,11 +6,11 @@ use crate::session::Session; use anyhow::Result; -use jellybase::database::Database; use jellycommon::{ Node, NodeKind, Visibility, api::{ApiStatsResponse, StatsBin}, }; +use jellydb::Database; use std::collections::BTreeMap; pub fn stats(db: &Database, session: &Session) -> Result { @@ -34,7 +34,6 @@ pub fn stats(db: &Database, session: &Session) -> Result { } } } - } let mut total = StatsBin::default(); -- cgit v1.2.3-70-g09d2