Skip to content
Snippets Groups Projects
Commit d5f71f42 authored by Martin Korec's avatar Martin Korec
Browse files

fix: added movies include to director

parent 0d93c5e4
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,9 @@ export class DirectorsService {
where: {
id,
},
include: {
movies: true,
},
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment