chore: fix after merge compilation issues (#585)

This commit is contained in:
Bartosz Sypytkowski 2024-05-29 11:09:49 +02:00 committed by GitHub
parent c4702bbbdf
commit 24429357de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,11 +4,11 @@ use anyhow::anyhow;
use uuid::Uuid;
use app_error::AppError;
use authentication::jwt::Authorization;
use shared_entity::dto::search_dto::{SearchDocumentRequest, SearchDocumentResponseItem};
use shared_entity::response::{AppResponse, JsonAppResponse};
use crate::biz::search::search_document;
use crate::biz::user::auth::jwt::Authorization;
use crate::state::AppState;
pub fn search_scope() -> Scope {