(state, organization)
| 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 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected