feat: add user_id filter to GetDiaryQuery and get_diary use case
This commit is contained in:
@@ -6,6 +6,7 @@ pub struct GetDiaryQuery {
|
||||
pub offset: Option<u32>,
|
||||
pub sort_by: Option<SortDirection>,
|
||||
pub movie_id: Option<Uuid>,
|
||||
pub user_id: Option<Uuid>,
|
||||
}
|
||||
|
||||
pub struct GetReviewHistoryQuery {
|
||||
|
||||
Reference in New Issue
Block a user