Skip to content

Instantly share code, notes, and snippets.

@mbseid
Created January 4, 2016 20:11
Show Gist options
  • Save mbseid/129d9607807e58f0e1d0 to your computer and use it in GitHub Desktop.
Save mbseid/129d9607807e58f0e1d0 to your computer and use it in GitHub Desktop.
[ORGANIZATIONS_SUCCESS](state, action) {
return Object.assign({}, state, {
organizations: action.organizations
});
},
[ADACCOUNTS_SUCCESS](state, action) {
return Object.assign({}, state, {
adAccounts: action.adAccounts
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment