Skip to content

Commit

Permalink
Update videos.action.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hagerElroby authored Oct 5, 2023
1 parent defb3b4 commit bd3ab6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/redux/actions/videos.action.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const getPopularVideos = () => async (dispatch, getState) => {
params: {
part: 'snippet,contentDetails,statistics',
chart: 'mostPopular',
regionCode: 'IN',
regionCode: 'US',
maxResults: 20,
pageToken: getState().homeVideos.nextPageToken,
},
Expand Down Expand Up @@ -230,4 +230,4 @@ export const getVideosByChannel = id => async dispatch => {
payload: error.response.data,
})
}
}
}

0 comments on commit bd3ab6e

Please sign in to comment.