MCPcopy
hub / github.com/junedomingo/movieapp / retrieveMoviesGenresSuccess

Function retrieveMoviesGenresSuccess

src/modules/movies/movies.actions.js:6–11  ·  view source on GitHub ↗
(res)

Source from the content-addressed store, hash-verified

4
5// GENRES
6export function retrieveMoviesGenresSuccess(res) {
7 return {
8 type: types.RETRIEVE_MOVIES_GENRES_SUCCESS,
9 moviesGenres: res.data
10 };
11}
12
13export function retrieveMoviesGenres() {
14 return function (dispatch) {

Callers 1

retrieveMoviesGenresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected