fix: correct spelling of 'semantic' in use case references
This commit is contained in:
parent
9d6098c353
commit
c0fe4585ba
@ -16,7 +16,7 @@ use crate::{
|
||||
get_all_labels_use_case::GetAllLabelsUseCase,
|
||||
get_all_post_info_use_case::GetAllPostInfoUseCase,
|
||||
get_post_by_id_use_case::GetPostByIdUseCase,
|
||||
get_post_by_sementic_id_use_case::GetPostBySemanticIdUseCase,
|
||||
get_post_by_semantic_id_use_case::GetPostBySemanticIdUseCase,
|
||||
update_label_use_case::UpdateLabelUseCase, update_post_use_case::UpdatePostUseCase,
|
||||
},
|
||||
},
|
||||
|
@ -3,6 +3,6 @@ pub mod create_post_use_case;
|
||||
pub mod get_all_labels_use_case;
|
||||
pub mod get_all_post_info_use_case;
|
||||
pub mod get_post_by_id_use_case;
|
||||
pub mod get_post_by_sementic_id_use_case;
|
||||
pub mod get_post_by_semantic_id_use_case;
|
||||
pub mod update_label_use_case;
|
||||
pub mod update_post_use_case;
|
||||
|
@ -40,7 +40,7 @@ use post::{
|
||||
get_all_labels_use_case::GetAllLabelsUseCaseImpl,
|
||||
get_all_post_info_use_case::GetAllPostInfoUseCaseImpl,
|
||||
get_post_by_id_use_case::GetFullPostUseCaseImpl,
|
||||
get_post_by_sementic_id_use_case::GetPostIdBySemanticIdUseCaseImpl,
|
||||
get_post_by_semantic_id_use_case::GetPostIdBySemanticIdUseCaseImpl,
|
||||
update_label_use_case::UpdateLabelUseCaseImpl, update_post_use_case::UpdatePostUseCaseImpl,
|
||||
},
|
||||
framework::db::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user