primarycare-binder 1.1.55 → 1.1.56

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
@@ -10677,7 +10677,7 @@ var UPSERT_CANCEL_APP_PATIENT = createAsyncThunk("patientReducer/cancelAapp", /*
10677
10677
  _payload$personId = payload.personId, personId = _payload$personId === void 0 ? 0 : _payload$personId;
10678
10678
  body = {
10679
10679
  personId: personId,
10680
- startDateTime: utcTOLocal$1()
10680
+ startDateTime: moment$1(utcTOLocal$1(), "DD-MM-YYYY").unix()
10681
10681
  };
10682
10682
  _context9.next = 7;
10683
10683
  return fetchData$3({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",