@react-pakistan/util-functions 1.23.53 → 1.23.54

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.
@@ -105,7 +105,7 @@ var postPayment = function (_a) { return __awaiter(void 0, [_a], void 0, functio
105
105
  switch (_c.label) {
106
106
  case 0: return [4 /*yield*/, prisma.quoteInvoice.findUnique({
107
107
  where: {
108
- quoteInvoiceId: quoteInvoiceId,
108
+ id: quoteInvoiceId,
109
109
  },
110
110
  })];
111
111
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.23.53",
3
+ "version": "1.23.54",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {