primarycare-binder 1.1.136 → 1.1.137
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 +5 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15142,19 +15142,19 @@ var GET_CITIES = createAsyncThunk("searhcApiSlice/getCityFromHospital", /*#__PUR
|
|
|
15142
15142
|
case 6:
|
|
15143
15143
|
data = [{
|
|
15144
15144
|
title: 'Chennai',
|
|
15145
|
-
image: '
|
|
15145
|
+
image: ''
|
|
15146
15146
|
}, {
|
|
15147
15147
|
title: 'Nagercoil',
|
|
15148
|
-
image: '
|
|
15148
|
+
image: ''
|
|
15149
15149
|
}, {
|
|
15150
15150
|
title: 'Pondicherry',
|
|
15151
|
-
image: '
|
|
15151
|
+
image: ''
|
|
15152
15152
|
}, {
|
|
15153
15153
|
title: 'Coimbatore',
|
|
15154
|
-
image: '
|
|
15154
|
+
image: ''
|
|
15155
15155
|
}, {
|
|
15156
15156
|
title: 'Thirunelveli',
|
|
15157
|
-
image: '
|
|
15157
|
+
image: ''
|
|
15158
15158
|
}];
|
|
15159
15159
|
return _context.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.Info), {}, {
|
|
15160
15160
|
data: data
|