MCPcopy Create free account
hub / github.com/codecombat/codecombat / updateOrganization

Function updateOrganization

app/core/store/modules/trialRequest.js:43–45  ·  view source on GitHub ↗
(state, organization)

Source from the content-addressed store, hash-verified

41 state.properties = { ...state.properties, ...updates.properties }
42 },
43 updateOrganization (state, organization) {
44 state.properties.organization = organization
45 },
46 updateDistrict (state, district) {
47 state.properties.district = district
48 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected