Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. updateInvitation(token, cpUserId, cpGroupId, accepted, () => {}, () => {
  2. if (this.props.currentSelection == SELECTED.RECEIVED) {
  3. fetchReceivedInvitations(token, () => {}, () => {
  4. fetchReceivedInvitations(token, () => {}, () => {}, () => {});
  5. }, () => {});
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement