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

Function retrievePopularMoviesSuccess

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

Source from the content-addressed store, hash-verified

24
25// POPULAR
26export function retrievePopularMoviesSuccess(res) {
27 return {
28 type: types.RETRIEVE_POPULAR_MOVIES_SUCCESS,
29 popularMovies: res.data
30 };
31}
32
33export function retrievePopularMovies(page) {
34 return function (dispatch) {

Callers 1

retrievePopularMoviesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected