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

fix: movie findOne categories include

parent 21e73dcb
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ export class MoviesService {
},
include: {
director: true,
categories: 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