fix: correct spelling of 'semantic' in use case references
Some checks failed
Frontend CI / build (push) Successful in 1m21s
PR Title Check / pr-title-check (pull_request) Failing after 17s

This commit is contained in:
SquidSpirit 2025-10-12 17:38:34 +08:00
parent 9d6098c353
commit c0fe4585ba
4 changed files with 3 additions and 3 deletions

View File

@ -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,
},
},

View File

@ -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;

View File

@ -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::{