feat: add user_id filter to GetDiaryQuery and get_diary use case

This commit is contained in:
2026-05-04 20:49:31 +02:00
parent 6565ec6e66
commit f53a129331
4 changed files with 7 additions and 6 deletions

View File

@@ -219,6 +219,7 @@ impl From<DiaryQueryParams> for GetDiaryQuery {
}
}),
movie_id: p.movie_id,
user_id: None,
}
}
}