diff options
Diffstat (limited to 'server/src/logic/userdata.rs')
| -rw-r--r-- | server/src/logic/userdata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/logic/userdata.rs b/server/src/logic/userdata.rs index 2dd3a85..104de4a 100644 --- a/server/src/logic/userdata.rs +++ b/server/src/logic/userdata.rs @@ -3,7 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin <metamuffin.org> */ -use crate::{helper::A, ui::error::MyResult}; +use crate::{request_info::A, ui::error::MyResult}; use jellycommon::{ api::NodeFilterSort, routes::u_node_id, |