Delete user script
This commit is contained in:
parent
81a9e11774
commit
1f5bc0c14a
5 changed files with 78 additions and 9 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue