Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. static requestShow(showId) {
  2. return {
  3. type: ShowAction.REQUEST_SHOW,
  4. payload: showId,
  5. error: false, // optional no need to add
  6. meta: null, // optional no need to add
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement