feat: delete user service publicly accessible

This commit is contained in:
Aravinth Manivannan 2025-01-09 01:14:47 +05:30
parent 3a3fcdc7b7
commit 3026294832
Signed by: realaravinth
GPG key ID: F8F50389936984FF
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@
use super::*;
struct DeleteUserService;
pub struct DeleteUserService;
#[async_trait::async_trait]
impl DeleteUserUseCase for DeleteUserService {

View file

@ -7,7 +7,6 @@ use mockall::predicate::*;
use mockall::*;
use super::errors::*;
use super::*;
use crate::identity::application::port::output::{
db::{create_verification_otp::*, emp_id_exists::*, phone_exists::*},
phone::account_validation_otp::*,