@react-pakistan/util-functions 1.23.60 → 1.23.63

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.
@@ -129,7 +129,7 @@ var postPayment = function (_a) { return __awaiter(void 0, [_a], void 0, functio
129
129
  return 0;
130
130
  };
131
131
  if (!(calculateBalance() === 0)) return [3 /*break*/, 4];
132
- return [4 /*yield*/, prisma.invoice.upsert({
132
+ return [4 /*yield*/, prisma.invoice.update({
133
133
  where: {
134
134
  id: quoteInvoiceId,
135
135
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.23.60",
3
+ "version": "1.23.63",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {