Fixed search breaking due missing restrictions, added restrictions to API calls.
This commit is contained in:
@@ -65,7 +65,7 @@ function curateMovie(rawMovie, assets, context = {}) {
|
||||
};
|
||||
}
|
||||
|
||||
export async function fetchMoviesById(movieIds, reqUser, context) {
|
||||
export async function fetchMoviesById(movieIds, reqUser, context = {}) {
|
||||
const {
|
||||
movies,
|
||||
channels,
|
||||
|
||||
Reference in New Issue
Block a user