Skip to content

Instantly share code, notes, and snippets.

@msmaromi
Created October 24, 2017 09:00
Show Gist options
  • Save msmaromi/ccceb580e3e0e986dcecb890debf1017 to your computer and use it in GitHub Desktop.
Save msmaromi/ccceb580e3e0e986dcecb890debf1017 to your computer and use it in GitHub Desktop.
export const insert = (params) => {
return {
type: ActionTypes.MASTER_UNIT_SEASON_CREATE_INSERT,
endpoint: OrganizationAPI.custom('unit').all('season/'),
params,
request: REQUEST_POST
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment