primary_care_admin_binder 0.1.16 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -23738,7 +23738,7 @@ var SET_ORGANIZATION = createAsyncThunk("organizationSlice/setOrganization", /*#
23738
23738
  state,
23739
23739
  key,
23740
23740
  queriesjson,
23741
- result,
23741
+ data,
23742
23742
  _args24 = arguments;
23743
23743
 
23744
23744
  return regeneratorRuntime.wrap(function _callee24$(_context24) {
@@ -23756,9 +23756,9 @@ var SET_ORGANIZATION = createAsyncThunk("organizationSlice/setOrganization", /*#
23756
23756
  }, __uspsertUrl__);
23757
23757
 
23758
23758
  case 7:
23759
- result = [];
23759
+ data = _context24.sent;
23760
23760
  return _context24.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.List), {}, {
23761
- data: result
23761
+ data: data
23762
23762
  }));
23763
23763
 
23764
23764
  case 12:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",