Guest User

Untitled

a guest
Dec 11th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. () => (dispatch, getState) => dispatch(getClients({ isNewPlan: true }))
  2. .then(({ value: { result: [ClientID] } }) => {
  3. return Promise.all([
  4. dispatch(getProducts({ IsNewPlan: true, ShowInactive: false, ClientID })),
  5. dispatch(getCreatives({ clientid: ClientID })),
  6. ])
  7. }),
Add Comment
Please, Sign In to add comment