@react-pakistan/util-functions 1.23.29 → 1.23.30
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.
|
@@ -173,7 +173,9 @@ const postQuoteInvoice = (_d) => __awaiter(void 0, [_d], void 0, function* ({ ad
|
|
|
173
173
|
return (Object.assign(Object.assign({}, toReturn), { quoteInvoiceId: id }));
|
|
174
174
|
});
|
|
175
175
|
if (filteredEditServices === null || filteredEditServices === void 0 ? void 0 : filteredEditServices.length) {
|
|
176
|
+
console.log('>', filteredEditServices);
|
|
176
177
|
filteredEditServices === null || filteredEditServices === void 0 ? void 0 : filteredEditServices.map((item) => __awaiter(void 0, void 0, void 0, function* () {
|
|
178
|
+
console.log('>>', item);
|
|
177
179
|
yield prisma.service.update({
|
|
178
180
|
where: {
|
|
179
181
|
id: item.id,
|