@react-pakistan/util-functions 1.24.88 → 1.24.89

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.
@@ -184,7 +184,7 @@ var updatePayment = function (_a) { return __awaiter(void 0, [_a], void 0, funct
184
184
  };
185
185
  where = { id: id };
186
186
  return [4 /*yield*/, prisma.payment.upsert({
187
- create: __assign({ id: id }, paymentData),
187
+ create: __assign({}, paymentData),
188
188
  update: paymentData,
189
189
  where: where,
190
190
  })];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.24.88",
3
+ "version": "1.24.89",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {