Delete user script

This commit is contained in:
gabatxo1312 2026-01-30 11:22:32 +01:00
commit 1f5bc0c14a
No known key found for this signature in database
5 changed files with 78 additions and 9 deletions

View file

@ -5,10 +5,7 @@ use log::error;
use snafu::prelude::*;
use crate::{
models::{
book::{BookError, NotFoundSnafu},
user::UserError,
},
models::{book::BookError, user::UserError},
state::config::ConfigError,
};